public class ContinuousDomain extends Domain
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ContinuousDomain(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.NumericInfo |
createNumericInfo(Map<String,?> values) |
List<org.jpmml.converter.Feature> |
encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
List<? extends Number> |
getDataMax() |
List<? extends Number> |
getDataMin() |
Number |
getHighValue() |
Number |
getLowValue() |
Map<String,?> |
getNumericInfo() |
org.dmg.pmml.OpType |
getOpType() |
String |
getOutlierTreatment() |
asArray, createCounts, extractMap, getCounts, getInvalidValueReplacement, getInvalidValueTreatment, getMissingValueReplacement, getMissingValues, getMissingValueTreatment, getWithData, getWithStatistics, selectValue, selectValuegetDataType, getDTypeget, getArray, getArray, getArrayShape, getArrayShape, getList, getList, getScalar, 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 org.dmg.pmml.OpType getOpType()
getOpType in class Transformerpublic List<org.jpmml.converter.Feature> encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
encodeFeatures in class Domainpublic String getOutlierTreatment()
public Number getLowValue()
public Number getHighValue()
Copyright © 2018. All rights reserved.