public class BaseEstimator extends Estimator implements HasClasses
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BaseEstimator(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
List<?> |
getClasses() |
String |
getEstimatorType() |
org.dmg.pmml.MiningFunction |
getMiningFunction() |
String |
getMojoPath() |
boolean |
hasProbabilityDistribution() |
boolean |
isSupervised() |
BaseEstimator |
setMojoPath(String mojoPath) |
getDataType, getNumberOfFeatures, getOption, getOpType, getSkLearnVersionget, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getInteger, getIntegerArray, getList, getList, getNumber, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalString, getScalar, getString, getTuple, getTupleListclear, 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 org.dmg.pmml.MiningFunction getMiningFunction()
getMiningFunction in class Estimatorpublic boolean isSupervised()
isSupervised in class Estimatorpublic List<?> getClasses()
getClasses in interface HasClassespublic boolean hasProbabilityDistribution()
public org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic String getEstimatorType()
public String getMojoPath()
public BaseEstimator setMojoPath(String mojoPath)
Copyright © 2019. All rights reserved.