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