public abstract class GeneralizedLinearRegression extends Regression
| Constructor and Description |
|---|
GeneralizedLinearRegression() |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(List<RegTree> regTrees,
float base_score,
Integer ntreeLimit,
org.jpmml.converter.Schema schema) |
abstract org.dmg.pmml.regression.RegressionModel.NormalizationMethod |
getNormalizationMethod() |
encodeLabelcreateMiningModelpublic abstract org.dmg.pmml.regression.RegressionModel.NormalizationMethod getNormalizationMethod()
public org.dmg.pmml.mining.MiningModel encodeMiningModel(List<RegTree> regTrees, float base_score, Integer ntreeLimit, org.jpmml.converter.Schema schema)
encodeMiningModel in class ObjFunctionCopyright © 2017. All Rights Reserved.