| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected CompareFunctionType |
ComparisonMeasure.compareFunction |
protected CompareFunctionType |
KNNInput.compareFunction |
protected CompareFunctionType |
ClusteringField.compareFunction |
| Modifier and Type | Method and Description |
|---|---|
static CompareFunctionType |
CompareFunctionType.fromValue(java.lang.String v) |
CompareFunctionType |
ComparisonMeasure.getCompareFunction()
Gets the value of the compareFunction property.
|
CompareFunctionType |
KNNInput.getCompareFunction()
Gets the value of the compareFunction property.
|
CompareFunctionType |
ClusteringField.getCompareFunction()
Gets the value of the compareFunction property.
|
abstract CompareFunctionType |
ComparisonField.getCompareFunction() |
static CompareFunctionType |
CompareFunctionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompareFunctionType[] |
CompareFunctionType.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(CompareFunctionType value)
Sets the value of the compareFunction property.
|
void |
KNNInput.setCompareFunction(CompareFunctionType value)
Sets the value of the compareFunction property.
|
void |
ClusteringField.setCompareFunction(CompareFunctionType value)
Sets the value of the compareFunction property.
|
abstract void |
ComparisonField.setCompareFunction(CompareFunctionType compareFunction) |
ComparisonMeasure |
ComparisonMeasure.withCompareFunction(CompareFunctionType value) |
KNNInput |
KNNInput.withCompareFunction(CompareFunctionType value) |
ClusteringField |
ClusteringField.withCompareFunction(CompareFunctionType value) |
Copyright © 2015 University of Tartu. All Rights Reserved.