public class CompositeClassifier extends Classifier implements HasFeatureNamesIn, HasHead, Proxy
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>FIELD_PROBABILITYFIELD_APPLY, FIELD_DECISION_FUNCTION, FIELD_PREDICTUNKNOWNUNKNOWN| Constructor and Description |
|---|
CompositeClassifier(Composite composite) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
String |
getAlgorithmName() |
List<?> |
getClasses() |
Composite |
getComposite() |
org.dmg.pmml.DataType |
getDataType() |
List<String> |
getFeatureNamesIn() |
Classifier |
getFinalClassifier() |
Step |
getHead() |
int |
getNumberOfFeatures() |
int |
getNumberOfOutputs() |
org.dmg.pmml.OpType |
getOpType() |
boolean |
hasProbabilityDistribution() |
boolean |
isSupervised() |
encodeLabel, encodeLabel, encodeLabel, encodePredictProbaOutput, getMiningFunctionaddFeatureImportances, checkFeatures, checkLabel, createApplyField, createMultiApplyField, createPredictProbaFields, encode, encode, encodeApplyOutput, encodeMultiApplyOutput, extractArguments, getFeatureImportances, getOption, getPMMLFeatureImportances, getPMMLOptions, getPMMLSegmentId, hasFeatureImportances, putOption, putOptions, setPMMLFeatureImportances, setPMMLOptions, setPMMLSegmentIdcheckSkLearnVersion, checkVersion, getPMMLName, getSkLearnVersion, setPMMLNameget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getClassName, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalBoolean, getOptionalInteger, getOptionalNumber, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getStringArray, 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 CompositeClassifier(Composite composite)
public List<String> getFeatureNamesIn()
getFeatureNamesIn in interface HasFeatureNamesIngetFeatureNamesIn in class Steppublic int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic int getNumberOfOutputs()
getNumberOfOutputs in interface HasNumberOfOutputsgetNumberOfOutputs in class Classifierpublic org.dmg.pmml.OpType getOpType()
public org.dmg.pmml.DataType getDataType()
getDataType in interface HasTypegetDataType in class Estimatorpublic boolean isSupervised()
isSupervised in class Classifierpublic String getAlgorithmName()
getAlgorithmName in class Estimatorpublic List<?> getClasses()
getClasses in interface HasClassesgetClasses in class Classifierpublic boolean hasProbabilityDistribution()
hasProbabilityDistribution in interface HasClasseshasProbabilityDistribution in class Classifierpublic org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic Classifier getFinalClassifier()
public Composite getComposite()
Copyright © 2024. All rights reserved.