| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.clustering | |
| org.dmg.pmml.nearest_neighbor |
| Modifier and Type | Method and Description |
|---|---|
static CompareFunction |
CompareFunction.fromValue(String v) |
CompareFunction |
ComparisonMeasure.getCompareFunction()
Gets the value of the compareFunction property.
|
abstract CompareFunction |
ComparisonField.getCompareFunction() |
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 |
|---|---|
ComparisonMeasure |
ComparisonMeasure.setCompareFunction(CompareFunction compareFunction)
Sets the value of the compareFunction property.
|
abstract ComparisonField |
ComparisonField.setCompareFunction(CompareFunction compareFunction) |
| Modifier and Type | Method and Description |
|---|---|
CompareFunction |
ClusteringField.getCompareFunction()
Gets the value of the compareFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
ClusteringField |
ClusteringField.setCompareFunction(CompareFunction compareFunction)
Sets the value of the compareFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
CompareFunction |
KNNInput.getCompareFunction()
Gets the value of the compareFunction property.
|
| Modifier and Type | Method and Description |
|---|---|
KNNInput |
KNNInput.setCompareFunction(CompareFunction compareFunction)
Sets the value of the compareFunction property.
|
Copyright © 2016 University of Tartu. All rights reserved.