public class ContinuousDomain extends Domain
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>UNKNOWN| Constructor and Description |
|---|
ContinuousDomain(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.NumericInfo |
createNumericInfo(org.dmg.pmml.DataType dataType,
Map<String,?> values) |
List<org.jpmml.converter.Feature> |
encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
int[] |
getArrayShape(String name) |
List<? extends Number> |
getDataMax() |
int[] |
getDataMaxShape() |
List<? extends Number> |
getDataMin() |
int[] |
getDataMinShape() |
org.dmg.pmml.DataType |
getDataType() |
Number |
getHighValue() |
Number |
getLowValue() |
int |
getNumberOfFeatures() |
Map<String,?> |
getNumericInfo() |
org.dmg.pmml.OpType |
getOpType() |
String |
getOutlierTreatment() |
asArray, asWildcardFeature, checkValue, createCounts, extractMap, getCounts, getDisplayName, getDType, getInvalidValueReplacement, getInvalidValueTreatment, getMissingValueReplacement, getMissingValues, getMissingValueTreatment, getWithData, getWithStatistics, selectValue, selectValue, standardizeValue, standardizeValues, updateDataFieldcheckFeatures, encode, getDType, getOptionalDType, updateFeaturescreateFieldName, createFieldName, createFieldName, getPMMLName, setPMMLNameget, getArray, getArray, getArray, getArrayShape, getBoolean, getBooleanArray, getClassName, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleList, setClassNameclear, 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 int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Transformerpublic org.dmg.pmml.OpType getOpType()
getOpType in interface HasTypegetOpType in class Transformerpublic org.dmg.pmml.DataType getDataType()
getDataType in interface HasTypegetDataType in class Transformerpublic List<org.jpmml.converter.Feature> encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
encodeFeatures in class Domainpublic int[] getArrayShape(String name)
getArrayShape in class org.jpmml.python.PythonObjectpublic String getOutlierTreatment()
public Number getLowValue()
public Number getHighValue()
public int[] getDataMinShape()
public int[] getDataMaxShape()
Copyright © 2022. All rights reserved.