public class EstimatorProxy extends Estimator implements HasClasses, HasEstimator<Estimator>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>UNKNOWN| Constructor and Description |
|---|
EstimatorProxy() |
EstimatorProxy(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
static String |
formatProxyExample(Estimator estimator) |
List<?> |
getClasses() |
org.dmg.pmml.DataType |
getDataType() |
Estimator |
getEstimator() |
org.dmg.pmml.MiningFunction |
getMiningFunction() |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType() |
boolean |
isSupervised() |
addFeatureImportances, encode, getFeatureImportances, getOption, getPMMLFeatureImportances, getPMMLOptions, getSkLearnVersion, hasFeatureImportances, setPMMLFeatureImportances, setPMMLOptionscreateFieldName, createFieldName, getPMMLName, setPMMLName, toArrayget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleListclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic org.dmg.pmml.OpType getOpType()
public org.dmg.pmml.DataType getDataType()
getDataType in interface HasTypegetDataType in class Estimatorpublic org.dmg.pmml.MiningFunction getMiningFunction()
getMiningFunction in class Estimatorpublic boolean isSupervised()
isSupervised in class Estimatorpublic List<?> getClasses()
getClasses in interface HasClassespublic org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic Estimator getEstimator()
getEstimator in interface HasEstimator<Estimator>PythonObject.get(String, Class)Copyright © 2020. All rights reserved.