public class LogisticRegression extends Regression
| Constructor and Description |
|---|
LogisticRegression() |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(java.util.List<RegTree> trees,
java.util.List<java.lang.Float> weights,
float base_score,
java.lang.Integer ntreeLimit,
org.jpmml.converter.Schema schema) |
float |
probToMargin(float value) |
encodeLabelcreateMiningModel, inverseExp, inverseLogitpublic float probToMargin(float value)
probToMargin in class ObjFunctionpublic org.dmg.pmml.mining.MiningModel encodeMiningModel(java.util.List<RegTree> trees, java.util.List<java.lang.Float> weights, float base_score, java.lang.Integer ntreeLimit, org.jpmml.converter.Schema schema)
encodeMiningModel in class ObjFunctionCopyright © 2020. All Rights Reserved.