static <V extends Number> ValueMap<Object,V> |
MiningModelUtil.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> Value<V> |
MiningModelUtil.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> ValueMap<Object,V> |
MiningModelUtil.aggregateVotes(ValueFactory<V> valueFactory,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod,
org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment,
Number missingThreshold,
List<SegmentResult> segmentResults) |