public class GeneralizedLinearRegression extends Regression
| Constructor and Description |
|---|
GeneralizedLinearRegression(String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
boolean numeric,
org.jpmml.converter.Schema schema) |
float |
probToMargin(float value) |
encodeLabelcreateMiningModel, getName, inverseExp, inverseLogitpublic GeneralizedLinearRegression(String name)
public float probToMargin(float value)
probToMargin in class ObjFunctionpublic org.dmg.pmml.mining.MiningModel encodeMiningModel(List<RegTree> trees, List<Float> weights, float base_score, Integer ntreeLimit, boolean numeric, org.jpmml.converter.Schema schema)
encodeMiningModel in class ObjFunctionCopyright © 2023. All rights reserved.