Uses of Class
org.jpmml.evaluator.mining.SegmentResult
-
Packages that use SegmentResult Package Description org.jpmml.evaluator.mining -
-
Uses of SegmentResult in org.jpmml.evaluator.mining
Methods in org.jpmml.evaluator.mining that return SegmentResult Modifier and Type Method Description static SegmentResultMiningModelUtil. asSegmentResult(org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod, Map<String,?> predictions)SegmentResultMiningModelEvaluationContext. getResult(String id)Methods in org.jpmml.evaluator.mining that return types with arguments of type SegmentResult Modifier and Type Method Description Collection<? extends SegmentResult>HasSegmentResults. getSegmentResults()Method parameters in org.jpmml.evaluator.mining with type arguments of type SegmentResult Modifier and Type Method Description 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)
-