| Package | Description |
|---|---|
| org.jpmml.converter | |
| org.jpmml.converter.neural_network |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalLabel |
class |
ContinuousLabel |
class |
DiscreteLabel |
class |
MultiLabel |
class |
OrdinalLabel |
class |
ScalarLabel |
| Modifier and Type | Method and Description |
|---|---|
Label |
Schema.getLabel() |
Label |
MultiLabel.getLabel(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Label> |
MultiLabel.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.MiningSchema |
ModelUtil.createMiningSchema(Label label) |
Schema |
Schema.toRelabeledSchema(Label label) |
static <E extends ScalarLabel> |
ScalarLabelUtil.toScalarLabels(Class<? extends E> clazz,
Label label) |
static List<ScalarLabel> |
ScalarLabelUtil.toScalarLabels(Label label) |
| Constructor and Description |
|---|
Schema(PMMLEncoder encoder,
Label label,
List<? extends Feature> features) |
| Constructor and Description |
|---|
MultiLabel(List<? extends Label> labels) |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.neural_network.NeuralOutputs |
NeuralNetworkUtil.createRegressionNeuralOutputs(List<? extends org.dmg.pmml.neural_network.NeuralEntity> entities,
Label label) |
Copyright © 2023. All rights reserved.