public abstract class BaseLinearClassifier extends Classifier
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BaseLinearClassifier(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.dmg.pmml.DefineFunction> |
encodeDefineFunctions() |
org.dmg.pmml.mining.MiningModel |
encodeModel(org.jpmml.converter.Schema schema) |
List<? extends Number> |
getCoef() |
List<? extends Number> |
getIntercept() |
int |
getNumberOfFeatures() |
boolean |
requiresContinuousInput() |
createSchema, getClasses, hasProbabilityDistributioncreateActiveFields, createTargetField, getDataType, getOpTypeclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic int getNumberOfFeatures()
getNumberOfFeatures in class Estimatorpublic boolean requiresContinuousInput()
requiresContinuousInput in class Estimatorpublic org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic Set<org.dmg.pmml.DefineFunction> encodeDefineFunctions()
encodeDefineFunctions in class EstimatorCopyright © 2016. All Rights Reserved.