public class PipelineClassifier extends Classifier
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>FIELD_PROBABILITYFIELD_APPLY, FIELD_DECISION_FUNCTION, FIELD_PREDICTUNKNOWNUNKNOWN| Constructor and Description |
|---|
PipelineClassifier(Pipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
String |
getAlgorithmName() |
List<?> |
getClasses() |
org.dmg.pmml.DataType |
getDataType() |
Classifier |
getFinalClassifier() |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType() |
Pipeline |
getPipeline() |
boolean |
hasProbabilityDistribution() |
boolean |
isSupervised() |
getMiningFunctionaddFeatureImportances, checkFeatures, checkLabel, encode, getFeatureImportances, getNumberOfOutputs, getOption, getPMMLFeatureImportances, getPMMLOptions, getSkLearnVersion, hasFeatureImportances, putOption, putOptions, setPMMLFeatureImportances, setPMMLOptionscreateFieldName, 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 PipelineClassifier(Pipeline pipeline)
public 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 boolean isSupervised()
isSupervised in class Estimatorpublic String getAlgorithmName()
getAlgorithmName in class Estimatorpublic List<?> getClasses()
getClasses in interface HasClassesgetClasses in class Classifierpublic boolean hasProbabilityDistribution()
hasProbabilityDistribution in class Classifierpublic org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic Classifier getFinalClassifier()
public Pipeline getPipeline()
Copyright © 2022. All rights reserved.