public abstract class Estimator extends BaseEstimator implements HasNumberOfFeatures
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
abstract org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema,
SkLearnEncoder encoder) |
org.dmg.pmml.DataType |
getDataType()
The
data type of active fields. |
abstract org.dmg.pmml.MiningFunction |
getMiningFunction() |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType()
The
operational type of active fields. |
abstract boolean |
isSupervised() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic abstract org.dmg.pmml.MiningFunction getMiningFunction()
public abstract boolean isSupervised()
public abstract org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
public org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema,
SkLearnEncoder encoder)
public int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturespublic org.dmg.pmml.OpType getOpType()
operational type of active fields.public org.dmg.pmml.DataType getDataType()
data type of active fields.Copyright © 2017. All Rights Reserved.