| Package | Description |
|---|---|
| org.jpmml.converter |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalLabel |
class |
ContinuousLabel |
class |
MultiLabel |
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) |
| Constructor and Description |
|---|
Schema(PMMLEncoder encoder,
Label label,
List<? extends Feature> features) |
| Constructor and Description |
|---|
MultiLabel(List<? extends Label> labels) |
Copyright © 2022. All rights reserved.