| Modifier and Type | Method and Description |
|---|---|
KiePMMLCompareFunction |
KiePMMLComparisonMeasure.getCompareFunction() |
static KiePMMLCompareFunction |
KiePMMLCompareFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KiePMMLCompareFunction[] |
KiePMMLCompareFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<KiePMMLCompareFunction> |
KiePMMLClusteringField.getCompareFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
KiePMMLAggregateFunction.apply(List<KiePMMLClusteringField> fields,
KiePMMLCompareFunction defaultCompare,
Double[] inputs,
double[] seeds,
double adjust) |
| Constructor and Description |
|---|
KiePMMLClusteringField(String field,
Double fieldWeight,
Boolean isCenterField,
KiePMMLCompareFunction compareFunction,
Double similarityScale) |
KiePMMLComparisonMeasure(KiePMMLComparisonMeasure.Kind kind,
KiePMMLAggregateFunction aggregateFunction,
KiePMMLCompareFunction compareFunction) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.