| Package | Description |
|---|---|
| weka.core.pmml.jaxbbindings |
| Modifier and Type | Method and Description |
|---|---|
static COMPAREFUNCTION |
COMPAREFUNCTION.fromValue(String v) |
COMPAREFUNCTION |
ComparisonMeasure.getCompareFunction()
Gets the value of the compareFunction property.
|
COMPAREFUNCTION |
KNNInput.getCompareFunction()
Gets the value of the compareFunction property.
|
COMPAREFUNCTION |
ClusteringField.getCompareFunction()
Gets the value of the compareFunction property.
|
static COMPAREFUNCTION |
COMPAREFUNCTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static COMPAREFUNCTION[] |
COMPAREFUNCTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComparisonMeasure.setCompareFunction(COMPAREFUNCTION value)
Sets the value of the compareFunction property.
|
void |
KNNInput.setCompareFunction(COMPAREFUNCTION value)
Sets the value of the compareFunction property.
|
void |
ClusteringField.setCompareFunction(COMPAREFUNCTION value)
Sets the value of the compareFunction property.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.