public class MiningModelUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <V extends Number> |
aggregateProbabilities(ValueFactory<V> valueFactory,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment,
Number missingThreshold,
List<?> categories,
List<SegmentResult> segmentResults) |
static <V extends Number> |
aggregateValues(ValueFactory<V> valueFactory,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment,
Number missingThreshold,
List<SegmentResult> segmentResults) |
static <V extends Number> |
aggregateVotes(ValueFactory<V> valueFactory,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment,
Number missingThreshold,
List<SegmentResult> segmentResults) |
static SegmentResult |
asSegmentResult(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
Map<org.dmg.pmml.FieldName,?> predictions) |
public static SegmentResult asSegmentResult(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, Map<org.dmg.pmml.FieldName,?> predictions)
public static <V extends Number> Value<V> aggregateValues(ValueFactory<V> valueFactory, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment, Number missingThreshold, List<SegmentResult> segmentResults)
public static <V extends Number> ValueMap<Object,V> aggregateVotes(ValueFactory<V> valueFactory, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment, Number missingThreshold, List<SegmentResult> segmentResults)
public static <V extends Number> ValueMap<Object,V> aggregateProbabilities(ValueFactory<V> valueFactory, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment, Number missingThreshold, List<?> categories, List<SegmentResult> segmentResults)
Copyright © 2020. All rights reserved.