Uses of Class
weka.associations.NumericItem.Comparison

Packages that use NumericItem.Comparison
weka.associations   
 

Uses of NumericItem.Comparison in weka.associations
 

Methods in weka.associations that return NumericItem.Comparison
 NumericItem.Comparison NumericItem.getComparison()
          Gets the comparison operator for this item.
static NumericItem.Comparison NumericItem.Comparison.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NumericItem.Comparison[] NumericItem.Comparison.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in weka.associations with parameters of type NumericItem.Comparison
NumericItem(Attribute att, double splitPoint, NumericItem.Comparison comp)
          Constructs a new NumericItem
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.