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