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.DataType |
getDataType() |
abstract org.dmg.pmml.MiningFunction |
getMiningFunction() |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType() |
abstract boolean |
isSupervised() |
get, getArray, getArray, getArrayShape, getArrayShape, getList, getList, getOption, getTupleListclear, 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 int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturespublic org.dmg.pmml.OpType getOpType()
public org.dmg.pmml.DataType getDataType()
Copyright © 2018. All Rights Reserved.