public class MultinomialLogisticRegression extends Classification
| Constructor and Description |
|---|
MultinomialLogisticRegression(String name,
int num_class) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(List<RegTree> trees,
List<Float> weights,
float base_score,
Integer ntreeLimit,
org.jpmml.converter.Schema schema) |
encodeLabel, encodeMiningModel, num_classcreateMiningModel, getName, inverseExp, inverseLogit, probToMarginpublic MultinomialLogisticRegression(String name, int num_class)
public org.dmg.pmml.mining.MiningModel encodeMiningModel(List<RegTree> trees, List<Float> weights, float base_score, Integer ntreeLimit, org.jpmml.converter.Schema schema)
encodeMiningModel in class ObjFunctionCopyright © 2024. All rights reserved.