public abstract class BaseLinearRegressor extends Regressor
| Constructor and Description |
|---|
BaseLinearRegressor(java.lang.String module,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.regression.RegressionModel |
encodeModel(org.jpmml.converter.Schema schema) |
java.util.List<? extends java.lang.Number> |
getCoef() |
int[] |
getCoefShape() |
java.util.List<? extends java.lang.Number> |
getIntercept() |
int |
getNumberOfFeatures() |
getMiningFunction, isSupervisedgetDataType, getOpTypeget, getArray, getArray, getArrayShape, getArrayShape, getList, getList, getOption, getTupleListclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic BaseLinearRegressor(java.lang.String module,
java.lang.String name)
public int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic org.dmg.pmml.regression.RegressionModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic java.util.List<? extends java.lang.Number> getCoef()
public int[] getCoefShape()
public java.util.List<? extends java.lang.Number> getIntercept()
Copyright © 2018. All Rights Reserved.