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() |
abstract org.dmg.pmml.MiningFunction |
getMiningFunction() |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType() |
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()
public org.dmg.pmml.DataType getDataType()
Copyright © 2017. All Rights Reserved.