| Package | Description |
|---|---|
| org.jpmml.evaluator | |
| org.jpmml.evaluator.mining |
| Modifier and Type | Field and Description |
|---|---|
static ValueFactory<Double> |
ValueFactory.DOUBLE |
static ValueFactory<Float> |
ValueFactory.FLOAT |
| Modifier and Type | Method and Description |
|---|---|
static ValueFactory<?> |
ValueFactory.getInstance(org.dmg.pmml.MathContext mathContext) |
abstract ValueFactory<V> |
KeyValueAggregator.getValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <V extends Number> |
TargetUtil.evaluateClassificationDefault(ValueFactory<V> valueFactory,
TargetField targetField) |
static <V extends Number> |
TargetUtil.evaluateRegressionDefault(ValueFactory<V> valueFactory,
TargetField targetField) |
| Modifier and Type | Method and Description |
|---|---|
static <V extends Number> |
MiningModelUtil.aggregateProbabilities(ValueFactory<V> valueFactory,
List<SegmentResult> segmentResults,
List<String> categories,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod) |
static <V extends Number> |
MiningModelUtil.aggregateValues(ValueFactory<V> valueFactory,
List<SegmentResult> segmentResults,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod) |
static <V extends Number> |
MiningModelUtil.aggregateVotes(ValueFactory<V> valueFactory,
List<SegmentResult> segmentResults,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod) |
Copyright © 2017. All Rights Reserved.