| Package | Description |
|---|---|
| org.jpmml.converter |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalLabel |
class |
ContinuousLabel |
class |
DiscreteLabel |
class |
OrdinalLabel |
| Modifier and Type | Method and Description |
|---|---|
static <E extends ScalarLabel> |
ScalarLabelUtil.toScalarLabels(Class<? extends E> clazz,
Label label) |
| Modifier and Type | Method and Description |
|---|---|
static ScalarLabel |
ScalarLabelUtil.createScalarLabel(org.dmg.pmml.DataField dataField) |
ScalarLabel |
ScalarLabel.toAnonymousLabel() |
abstract ScalarLabel |
ScalarLabel.toRenamedLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
static List<ScalarLabel> |
ScalarLabelUtil.toScalarLabels(Label label) |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
FeatureUtil.findLabelFeature(List<? extends Feature> features,
ScalarLabel scalarLabel) |
Copyright © 2023. All rights reserved.