Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr | |
org.drools.pmml.pmml_4_2 |
Modifier and Type | Field and Description |
---|---|
protected COMPAREFUNCTION |
KNNInput.compareFunction |
protected COMPAREFUNCTION |
ClusteringField.compareFunction |
protected COMPAREFUNCTION |
ComparisonMeasure.compareFunction |
Modifier and Type | Method and Description |
---|---|
static COMPAREFUNCTION |
COMPAREFUNCTION.fromValue(String v) |
COMPAREFUNCTION |
KNNInput.getCompareFunction()
Gets the value of the compareFunction property.
|
COMPAREFUNCTION |
ClusteringField.getCompareFunction()
Gets the value of the compareFunction property.
|
COMPAREFUNCTION |
ComparisonMeasure.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 |
KNNInput.setCompareFunction(COMPAREFUNCTION value)
Sets the value of the compareFunction property.
|
void |
ClusteringField.setCompareFunction(COMPAREFUNCTION value)
Sets the value of the compareFunction property.
|
void |
ComparisonMeasure.setCompareFunction(COMPAREFUNCTION value)
Sets the value of the compareFunction property.
|
Modifier and Type | Method and Description |
---|---|
String |
PMML4Helper.mapComparisonFunction(COMPAREFUNCTION fun,
String arg1,
String arg2,
String scope,
String local) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.