Package org.jpmml.evaluator
Class EvaluatorUtil
- java.lang.Object
-
- org.jpmml.evaluator.EvaluatorUtil
-
public class EvaluatorUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectdecode(Object object)static Map<String,?>decodeAll(Map<String,?> map)Decouples aMapinstance from the current runtime environment by decoding its values.static TablegroupRows(String groupColumn, Table table)static TablegroupRows(HasGroupFields hasGroupFields, Table table)
-
-
-
Method Detail
-
decode
public static Object decode(Object object)
- See Also:
Computable
-
decodeAll
public static Map<String,?> decodeAll(Map<String,?> map)
Decouples a
Mapinstance from the current runtime environment by decoding its values.
-
groupRows
public static Table groupRows(HasGroupFields hasGroupFields, Table table)
-
-