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,
double missingThreshold,
List<String> 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,
double 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,
double missingThreshold,
List<SegmentResult> segmentResults) |
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, double missingThreshold, List<SegmentResult> segmentResults)
public static <V extends Number> ValueMap<String,V> aggregateVotes(ValueFactory<V> valueFactory, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment, double missingThreshold, List<SegmentResult> segmentResults)
public static <V extends Number> ValueMap<String,V> aggregateProbabilities(ValueFactory<V> valueFactory, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, org.dmg.pmml.mining.Segmentation.MissingPredictionTreatment missingPredictionTreatment, double missingThreshold, List<String> categories, List<SegmentResult> segmentResults)
Copyright © 2018. All rights reserved.