Uses of Class
org.jpmml.evaluator.Classification.Type
-
Packages that use Classification.Type Package Description org.jpmml.evaluator -
-
Uses of Classification.Type in org.jpmml.evaluator
Methods in org.jpmml.evaluator that return Classification.Type Modifier and Type Method Description Classification.TypeClassification. getType()static Classification.TypeAffinityDistribution. validateType(Classification.Type type)static Classification.TypeClassification.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Classification.Type[]Classification.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jpmml.evaluator with parameters of type Classification.Type Modifier and Type Method Description static <K,V extends Number>
Map.Entry<K,Value<V>>Classification. getWinner(Classification.Type type, Collection<Map.Entry<K,Value<V>>> entries)static <K,V extends Number>
List<Map.Entry<K,Value<V>>>Classification. getWinnerList(Classification.Type type, Collection<Map.Entry<K,Value<V>>> entries)static Classification.TypeAffinityDistribution. validateType(Classification.Type type)Constructors in org.jpmml.evaluator with parameters of type Classification.Type Constructor Description AffinityDistribution(Classification.Type type, ValueMap<String,V> values, Object result)
-