public abstract class Domain extends Transformer
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
protected static List<?> |
asArray(Object object) |
static org.dmg.pmml.Counts |
createCounts(Map<String,?> values) |
List<org.jpmml.converter.Feature> |
encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
protected static Map<String,?> |
extractMap(Map<String,?> map,
int index) |
Map<String,?> |
getCounts() |
String |
getInvalidValueTreatment() |
Object |
getMissingValueReplacement() |
String |
getMissingValueTreatment() |
Boolean |
getWithStatistics() |
protected static Double |
selectValue(Map<String,?> values,
String key) |
protected static Double |
selectValue(Map<String,?> values,
String key,
Double defaultValue) |
createName, createName, getDataType, getDType, getOpType, nameclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic List<org.jpmml.converter.Feature> encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
encodeFeatures in class Transformerpublic String getMissingValueTreatment()
public Object getMissingValueReplacement()
public String getInvalidValueTreatment()
public Boolean getWithStatistics()
protected static Double selectValue(Map<String,?> values, String key, Double defaultValue)
Copyright © 2017. All Rights Reserved.