Uses of Class
viper.descriptors.attributes.ImproperMetricException

Packages that use ImproperMetricException
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.comparison.distances   
viper.descriptors.attributes Provides the classes necessary to read Attributes in from a file and compare them.  
 

Uses of ImproperMetricException in viper.comparison
 

Methods in viper.comparison that throw ImproperMetricException
 void ViperPE.setProperties(java.util.Properties props)
          Sets the properties associated with this run of the performance evaluator.
 

Constructors in viper.comparison that throw ImproperMetricException
TrackingEvaluation.TrackingMeasure(java.lang.String attr, java.util.StringTokenizer st, boolean key)
          Constructs a new tracking measure from the given information.
 

Uses of ImproperMetricException in viper.comparison.distances
 

Methods in viper.comparison.distances that throw ImproperMetricException
static void Distances.setDefaultStatistic(java.lang.String s)
          Sets the default statistic to use when comparing descriptors at the 'statistic' level.
static void DefaultMeasures.setDefaultMetricFor(java.lang.String attrType, java.lang.String metric)
          Sets the default metric for the given attribute data type.
static void DefaultMeasures.setDefaultMetricFor(AbstractAttribute attr, java.lang.String metric)
          Sets the default metric for the given attribute data type.
 

Constructors in viper.comparison.distances that throw ImproperMetricException
AttrMeasure(java.lang.String attr, java.util.StringTokenizer st)
          Constructs a new measure by parsing the measure in text/epf format.
 

Uses of ImproperMetricException in viper.descriptors.attributes
 

Methods in viper.descriptors.attributes that throw ImproperMetricException
 void Attribute.setCompositionType(java.lang.String s)
          Sets the composition type of the attribute.