public abstract class Estimator extends BaseEstimator
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
protected List<org.dmg.pmml.FieldName> |
createActiveFields(int size) |
abstract org.jpmml.converter.Schema |
createSchema(FeatureMapper featureMapper) |
protected org.dmg.pmml.FieldName |
createTargetField() |
Set<org.dmg.pmml.DefineFunction> |
encodeDefineFunctions() |
abstract org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
org.dmg.pmml.DataType |
getDataType()
The
data type of active fields. |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType()
The
operational type of active fields. |
boolean |
requiresContinuousInput() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic abstract org.jpmml.converter.Schema createSchema(FeatureMapper featureMapper)
public abstract org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
public int getNumberOfFeatures()
public boolean requiresContinuousInput()
public org.dmg.pmml.OpType getOpType()
operational type of active fields.public org.dmg.pmml.DataType getDataType()
data type of active fields.public Set<org.dmg.pmml.DefineFunction> encodeDefineFunctions()
protected org.dmg.pmml.FieldName createTargetField()
protected List<org.dmg.pmml.FieldName> createActiveFields(int size)
Copyright © 2016. All Rights Reserved.