Uses of Class
viper.comparison.EvaluationParameters.ScopeRules

Packages that use EvaluationParameters.ScopeRules
viper.comparison Provides the classes necessary to compare Descriptors, including a simple command line application useful for generating graphs between a large number of cases.  
viper.descriptors Provides the classes necessary to read comparable Descriptors in from a file.  
 

Uses of EvaluationParameters.ScopeRules in viper.comparison
 

Methods in viper.comparison that return EvaluationParameters.ScopeRules
 EvaluationParameters.ScopeRules EvaluationParameters.getScopeRulesFor(Evaluation current)
          Get the scope rules for the the given evaluation.
 EvaluationParameters.ScopeRules CompMatrix.getScopeRules()
          Gets the evaluation rule set currently associated with this set of comparisons.
 

Methods in viper.comparison with parameters of type EvaluationParameters.ScopeRules
 boolean CompMatrix.initializeMatrix(EvaluationParameters.ScopeRules scope, int level, Revealer ticker)
          Called after setting the descriptors and various other things, this goes through the matrix of comparisons and brings them all up to the specified level of analysis.
 boolean CompMatrix.bringToLevel(int type, EvaluationParameters.ScopeRules scope)
          Brings the comparisons up to the given level.
abstract  viper.comparison.Surreal CompFilter.filter(CompMatrix matrix, EvaluationParameters.ScopeRules scope)
          Runs the match filter on the set of comparisons.
static boolean Comparison.takeComparisonToThisLevel(Comparison C, int level, CanonicalFileDescriptor cfd, EvaluationParameters.ScopeRules epf)
          This takes a new comparison to the specified level.
 boolean Comparison.match(EvaluationParameters.ScopeRules epf)
          Moves the comparison from Comparison.STARTED to Comparison.MATCHED, if possible.
 boolean Comparison.detect(CanonicalFileDescriptor cfd, EvaluationParameters.ScopeRules epf)
          Compares the framespans of the target and candidate descriptors.
 boolean Comparison.localize(CanonicalFileDescriptor cfd, EvaluationParameters.ScopeRules epf)
          This performs localization.
 boolean Comparison.statistical(EvaluationParameters.ScopeRules epf)
          Performs Statistical, or Level 3, of the object evaluation type.
 java.lang.String Comparison.getDistances(EvaluationParameters.ScopeRules epf)
          Gets a formatted string indicating how far apart the target and candidate are in terms of frame span and each measured attribute.
 void Comparison.printCandidate(java.io.PrintWriter output, java.lang.String padding, EvaluationParameters.ScopeRules epf)
          Prints, in verbose format, information about the candidate and how close it matches the target.
 

Constructors in viper.comparison with parameters of type EvaluationParameters.ScopeRules
CompMatrix(DescriptorList targets, DescriptorList candidates, CanonicalFileDescriptor cfd, EvaluationParameters.ScopeRules scope, java.io.PrintWriter log)
          Creates a new structure for the comparison of two DescriptorLists.
CompMatrix(DescriptorList targets, DescriptorList candidates, CanonicalFileDescriptor cfd, EvaluationParameters.ScopeRules scope, java.io.PrintWriter log, Revealer ticker)
          Create a new descriptor comparison matrix.
CompEvaluator(DescriptorData targets, DescriptorData candidates, double statThreshold, int matchType, EvaluationParameters.ScopeRules epf, java.io.PrintWriter log)
          Creates a new evaluator, which compares several files and descriptor types, making it somewhat more general than a CompMatrix.
 

Uses of EvaluationParameters.ScopeRules in viper.descriptors
 

Methods in viper.descriptors with parameters of type EvaluationParameters.ScopeRules
 Descriptor DescSingle.compose(Descriptor D, EvaluationParameters.ScopeRules scope)
           
static Descriptor Descriptor.composeThese(java.util.Iterator L, EvaluationParameters.ScopeRules scope)
          Turns a list of Descriptors into a single Descriptor in order.
abstract  Descriptor Descriptor.compose(Descriptor D, EvaluationParameters.ScopeRules scope)
          Composes this descriptor with the given descriptor under the given set of scope and composition rules.
 Descriptor DescPrototype.compose(Descriptor D, EvaluationParameters.ScopeRules scope)
          Cannot compose prototypes
 Descriptor DescAggregate.compose(Descriptor D, EvaluationParameters.ScopeRules scope)
          Returns a new descriptor eqiuvalent to this+D.