public abstract class BaseLinearRegressor extends Regressor
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BaseLinearRegressor(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.regression.RegressionModel |
encodeModel(org.jpmml.converter.Schema schema) |
List<? extends Number> |
getCoef() |
List<? extends Number> |
getIntercept() |
int |
getNumberOfFeatures() |
getMiningFunction, isSupervisedencodeModel, getDataType, getOpTypeclear, 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 int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic org.dmg.pmml.regression.RegressionModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class EstimatorCopyright © 2017. All Rights Reserved.