public class BatchUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Conflict> |
evaluate(Batch batch,
com.google.common.base.Equivalence<Object> equivalence) |
static List<List<String>> |
formatRecords(List<Map<org.dmg.pmml.FieldName,?>> records,
List<org.dmg.pmml.FieldName> names,
Function<Object,String> function) |
static List<Map<org.dmg.pmml.FieldName,String>> |
parseRecords(List<List<String>> table,
Function<String,String> function) |
public static List<Conflict> evaluate(Batch batch, com.google.common.base.Equivalence<Object> equivalence) throws Exception
ExceptionPMMLEquivalence,
RealNumberEquivalencepublic static List<Map<org.dmg.pmml.FieldName,String>> parseRecords(List<List<String>> table, Function<String,String> function)
Copyright © 2019. All rights reserved.