public class EvaluatorUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,?> |
decode(java.util.Map<org.dmg.pmml.FieldName,?> map)
Decouples a
Map instance from the current runtime environment by decoding both its keys and values. |
static java.lang.Object |
decode(java.lang.Object object) |
static java.util.List<org.dmg.pmml.FieldName> |
getNames(java.util.List<? extends ModelField> modelFields) |
static java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> |
groupRows(HasGroupFields hasGroupFields,
java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> table) |
static <K> java.util.List<java.util.Map<K,java.lang.Object>> |
groupRows(K groupKey,
java.util.List<? extends java.util.Map<K,?>> table) |
static FieldValue |
prepare(InputField inputField,
java.lang.Object value) |
public static java.lang.Object decode(java.lang.Object object)
Computablepublic static java.util.Map<java.lang.String,?> decode(java.util.Map<org.dmg.pmml.FieldName,?> map)
Decouples a Map instance from the current runtime environment by decoding both its keys and values.
public static FieldValue prepare(InputField inputField, java.lang.Object value)
public static java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> groupRows(HasGroupFields hasGroupFields, java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> table)
public static <K> java.util.List<java.util.Map<K,java.lang.Object>> groupRows(K groupKey,
java.util.List<? extends java.util.Map<K,?>> table)
public static java.util.List<org.dmg.pmml.FieldName> getNames(java.util.List<? extends ModelField> modelFields)
Copyright © 2017. All Rights Reserved.