public class PipelineRegressor extends Regressor implements HasHead
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>FIELD_APPLY, FIELD_DECISION_FUNCTION, FIELD_PREDICTUNKNOWNUNKNOWN| Constructor and Description |
|---|
PipelineRegressor(Pipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
String |
getAlgorithmName() |
org.dmg.pmml.DataType |
getDataType() |
Regressor |
getFinalRegressor() |
Transformer |
getHead() |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType() |
Pipeline |
getPipeline() |
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 PipelineRegressor(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 org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic Transformer getHead()
public Regressor getFinalRegressor()
public Pipeline getPipeline()
Copyright © 2023. All rights reserved.