public class EvaluatorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
decode(Object object) |
static Map<String,?> |
decodeAll(Map<org.dmg.pmml.FieldName,?> map)
Decouples a
Map instance from the current runtime environment by decoding both its keys and values. |
static Map<org.dmg.pmml.FieldName,?> |
encodeKeys(Map<String,?> map) |
static List<? extends Map<org.dmg.pmml.FieldName,?>> |
groupRows(HasGroupFields hasGroupFields,
List<? extends Map<org.dmg.pmml.FieldName,?>> table) |
static <K> List<Map<K,Object>> |
groupRows(K groupKey,
List<? extends Map<K,?>> table) |
public static Object decode(Object object)
Computablepublic static Map<String,?> decodeAll(Map<org.dmg.pmml.FieldName,?> map)
Decouples a Map instance from the current runtime environment by decoding both its keys and values.
public static List<? extends Map<org.dmg.pmml.FieldName,?>> groupRows(HasGroupFields hasGroupFields, List<? extends Map<org.dmg.pmml.FieldName,?>> table)
Copyright © 2019. All rights reserved.