| Package | Description |
|---|---|
| org.dmg.pmml.nearest_neighbor |
| Modifier and Type | Method and Description |
|---|---|
static NearestNeighborModel.CategoricalScoringMethod |
NearestNeighborModel.CategoricalScoringMethod.fromValue(String v) |
NearestNeighborModel.CategoricalScoringMethod |
NearestNeighborModel.getCategoricalScoringMethod() |
static NearestNeighborModel.CategoricalScoringMethod |
NearestNeighborModel.CategoricalScoringMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NearestNeighborModel.CategoricalScoringMethod[] |
NearestNeighborModel.CategoricalScoringMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborModel |
NearestNeighborModel.setCategoricalScoringMethod(NearestNeighborModel.CategoricalScoringMethod categoricalScoringMethod) |
Copyright © 2024. All rights reserved.