public abstract class Estimator extends PyClassDict implements HasNumberOfFeatures
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
abstract org.dmg.pmml.Model |
encodeModel(org.jpmml.converter.Schema schema) |
org.dmg.pmml.DataType |
getDataType() |
abstract org.dmg.pmml.MiningFunction |
getMiningFunction() |
int |
getNumberOfFeatures() |
Object |
getOption(String key,
Object defaultValue) |
org.dmg.pmml.OpType |
getOpType() |
abstract boolean |
isSupervised() |
get, getArray, getArray, getArrayShape, getArrayShape, getList, getList, getScalar, 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 abstract org.dmg.pmml.MiningFunction getMiningFunction()
public abstract boolean isSupervised()
public abstract org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
public int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturespublic org.dmg.pmml.OpType getOpType()
public org.dmg.pmml.DataType getDataType()
Copyright © 2018. All rights reserved.