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() |
Object |
getInvalidValueReplacement() |
String |
getInvalidValueTreatment() |
Object |
getMissingValueReplacement() |
List<Object> |
getMissingValues() |
String |
getMissingValueTreatment() |
Boolean |
getWithData() |
Boolean |
getWithStatistics() |
protected static Number |
selectValue(Map<String,?> values,
String key) |
protected static Number |
selectValue(Map<String,?> values,
String key,
Number defaultValue) |
getDataType, getDType, getOpTypeget, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getInteger, getIntegerArray, getList, getList, getNumber, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalString, getScalar, getString, getTuple, getTupleListclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, 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 Object getInvalidValueReplacement()
public Boolean getWithData()
public Boolean getWithStatistics()
protected static Number selectValue(Map<String,?> values, String key, Number defaultValue)
Copyright © 2019. All rights reserved.