public class EstimatorProxy extends Estimator implements HasClasses, HasEstimator<Estimator>
| Constructor and Description |
|---|
EstimatorProxy() |
EstimatorProxy(java.lang.String module,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema,
SkLearnEncoder encoder) |
java.lang.Object |
get(java.lang.Object key) |
java.util.List<?> |
getClasses() |
org.dmg.pmml.DataType |
getDataType() |
Estimator |
getEstimator() |
org.dmg.pmml.MiningFunction |
getMiningFunction() |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType() |
boolean |
isSupervised() |
getOptionclear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuespublic EstimatorProxy()
public EstimatorProxy(java.lang.String module,
java.lang.String name)
public java.lang.Object get(java.lang.Object key)
get in interface java.util.Map<java.lang.String,java.lang.Object>get in class java.util.HashMap<java.lang.String,java.lang.Object>public org.dmg.pmml.MiningFunction getMiningFunction()
getMiningFunction in class Estimatorpublic boolean isSupervised()
isSupervised in class Estimatorpublic int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic org.dmg.pmml.DataType getDataType()
getDataType in class Estimatorpublic java.util.List<?> getClasses()
getClasses in interface HasClassespublic org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema,
SkLearnEncoder encoder)
encodeModel in class Estimatorpublic Estimator getEstimator()
getEstimator in interface HasEstimator<Estimator>Copyright © 2017. All Rights Reserved.