| Package | Description |
|---|---|
| org.jpmml.converter | |
| org.jpmml.converter.neural_network |
| Modifier and Type | Method and Description |
|---|---|
CategoricalLabel |
CategoricalLabel.toAnonymousLabel() |
CategoricalLabel |
CategoricalLabel.toRenamedLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SchemaUtil.checkSize(int size,
CategoricalLabel categoricalLabel) |
static void |
SchemaUtil.checkSize(int size,
CategoricalLabel categoricalLabel,
List<? extends Feature> features) |
static org.dmg.pmml.Output |
ModelUtil.createProbabilityOutput(org.dmg.pmml.DataType dataType,
CategoricalLabel categoricalLabel) |
static org.dmg.pmml.Output |
ModelUtil.createProbabilityOutput(org.dmg.pmml.MathContext mathContext,
CategoricalLabel categoricalLabel) |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.neural_network.NeuralOutputs |
NeuralNetworkUtil.createClassificationNeuralOutputs(List<? extends org.dmg.pmml.neural_network.NeuralEntity> entities,
CategoricalLabel categoricalLabel) |
Copyright © 2022. All rights reserved.