public class Pipeline extends Estimator implements HasClasses
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema,
SkLearnEncoder encoder) |
List<?> |
getClasses() |
org.dmg.pmml.DataType |
getDataType()
The
data type of active fields. |
Estimator |
getEstimator() |
protected Object[] |
getEstimatorStep() |
org.dmg.pmml.MiningFunction |
getMiningFunction() |
int |
getNumberOfFeatures() |
org.dmg.pmml.OpType |
getOpType()
The
operational type of active fields. |
List<Object[]> |
getSteps() |
List<Transformer> |
getTransformers() |
List<Object[]> |
getTransformerSteps() |
boolean |
isSupervised() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic org.dmg.pmml.MiningFunction getMiningFunction()
getMiningFunction in class Estimatorpublic boolean isSupervised()
isSupervised in class Estimatorpublic int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic org.dmg.pmml.OpType getOpType()
Estimatoroperational type of active fields.public org.dmg.pmml.DataType getDataType()
Estimatordata type of active fields.getDataType in class Estimatorpublic List<?> getClasses()
getClasses in interface HasClassespublic org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema,
SkLearnEncoder encoder)
encodeModel in class Estimatorpublic List<Transformer> getTransformers()
public Estimator getEstimator()
protected Object[] getEstimatorStep()
Copyright © 2017. All Rights Reserved.