| Package | Description |
|---|---|
| org.jpmml.evaluator | |
| org.jpmml.evaluator.mining |
| Modifier and Type | Class and Description |
|---|---|
class |
ReportingValueFactory<V extends Number> |
protected static class |
ReportingValueFactoryFactory.ReportingDoubleValueFactory |
protected static class |
ReportingValueFactoryFactory.ReportingFloatValueFactory |
protected static class |
ValueFactoryFactory.DoubleValueFactory |
protected static class |
ValueFactoryFactory.FloatValueFactory |
| Modifier and Type | Method and Description |
|---|---|
protected ValueFactory<?> |
ModelEvaluator.createValueFactory() |
ValueFactory<?> |
ModelEvaluator.getValueFactory() |
abstract ValueFactory<V> |
KeyValueAggregator.getValueFactory() |
ValueFactory<?> |
ValueFactoryFactory.newValueFactory(org.dmg.pmml.MathContext mathContext) |
| 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.