public abstract class Classifier extends Estimator implements HasClasses
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_PROBABILITY |
FIELD_APPLY, FIELD_DECISION_FUNCTION, FIELD_PREDICTUNKNOWNUNKNOWN| Constructor and Description |
|---|
Classifier(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<org.dmg.pmml.OutputField> |
encodePredictProbaOutput(org.dmg.pmml.Model model,
org.dmg.pmml.DataType dataType,
org.jpmml.converter.CategoricalLabel categoricalLabel) |
List<?> |
getClasses() |
org.dmg.pmml.MiningFunction |
getMiningFunction() |
boolean |
hasProbabilityDistribution() |
addFeatureImportances, checkFeatures, checkLabel, createApplyField, createPredictProbaFields, encode, encodeApplyOutput, encodeModel, getAlgorithmName, getDataType, getFeatureImportances, getNumberOfFeatures, getNumberOfOutputs, getOption, getOpType, getPMMLFeatureImportances, getPMMLOptions, getPMMLSegmentId, getSkLearnVersion, hasFeatureImportances, isSupervised, putOption, putOptions, setPMMLFeatureImportances, setPMMLOptions, setPMMLSegmentIdcreateFieldName, createFieldName, createFieldName, getPMMLName, setPMMLNameget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getClassName, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleList, setClassNameclear, 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 static final String FIELD_PROBABILITY
public org.dmg.pmml.MiningFunction getMiningFunction()
getMiningFunction in class Estimatorpublic List<?> getClasses()
getClasses in interface HasClassespublic boolean hasProbabilityDistribution()
public List<org.dmg.pmml.OutputField> encodePredictProbaOutput(org.dmg.pmml.Model model, org.dmg.pmml.DataType dataType, org.jpmml.converter.CategoricalLabel categoricalLabel)
Copyright © 2023. All rights reserved.