public class MiningModelUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <V extends Number> |
aggregateProbabilities(ValueFactory<V> valueFactory,
List<SegmentResult> segmentResults,
List<String> categories,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod) |
static <V extends Number> |
aggregateValues(ValueFactory<V> valueFactory,
List<SegmentResult> segmentResults,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod) |
static <V extends Number> |
aggregateVotes(ValueFactory<V> valueFactory,
List<SegmentResult> segmentResults,
org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod) |
public static <V extends Number> Value<V> aggregateValues(ValueFactory<V> valueFactory, List<SegmentResult> segmentResults, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod)
public static <V extends Number> ValueMap<String,V> aggregateVotes(ValueFactory<V> valueFactory, List<SegmentResult> segmentResults, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod)
public static <V extends Number> ValueMap<String,V> aggregateProbabilities(ValueFactory<V> valueFactory, List<SegmentResult> segmentResults, List<String> categories, org.dmg.pmml.mining.Segmentation.MultipleModelMethod multipleModelMethod)
Copyright © 2017. All Rights Reserved.