public abstract class Estimator extends PyClassDict implements HasNumberOfFeatures
| Constructor and Description |
|---|
Estimator(java.lang.String module,
java.lang.String name) |
| 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() |
getOptionclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic 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.