| Package | Description |
|---|---|
| org.jpmml.xgboost |
| Modifier and Type | Method and Description |
|---|---|
static FeatureMap.Entry.Type |
FeatureMap.Entry.Type.fromString(String string) |
FeatureMap.Entry.Type |
FeatureMap.Entry.getType() |
static FeatureMap.Entry.Type |
FeatureMap.Entry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureMap.Entry.Type[] |
FeatureMap.Entry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CategoricalEntry(String name,
FeatureMap.Entry.Type type) |
ContinuousEntry(String name,
FeatureMap.Entry.Type type) |
Entry(String name,
FeatureMap.Entry.Type type) |
IndicatorEntry(String name,
String value,
FeatureMap.Entry.Type type) |
Copyright © 2023. All rights reserved.