public class BinomialLogisticRegression extends Classification
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_SIGMOID |
CONFIG_NUM_CLASSCONFIG_AVERAGE_OUTPUT, CONFIG_NAME| Constructor and Description |
|---|
BinomialLogisticRegression(Section config) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeMiningModel(List<Tree> trees,
Integer numIteration,
org.jpmml.converter.Schema schema) |
encodeLabel, getNumClasscreateMiningModel, getAverageOutput, getNamepublic static final String CONFIG_SIGMOID
public BinomialLogisticRegression(Section config)
public org.dmg.pmml.mining.MiningModel encodeMiningModel(List<Tree> trees, Integer numIteration, org.jpmml.converter.Schema schema)
encodeMiningModel in class ObjectiveFunctionCopyright © 2022. All rights reserved.