Package | Description |
---|---|
weka.associations |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
NumericItem(Attribute att,
double splitPoint,
NumericItem.Comparison comp)
Constructs a new
NumericItem |
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.