Uses of Class
org.dmg.pmml.nearest_neighbor.NearestNeighborModel.CategoricalScoringMethod
-
Packages that use NearestNeighborModel.CategoricalScoringMethod Package Description org.dmg.pmml.nearest_neighbor -
-
Uses of NearestNeighborModel.CategoricalScoringMethod in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return NearestNeighborModel.CategoricalScoringMethod Modifier and Type Method Description static NearestNeighborModel.CategoricalScoringMethodNearestNeighborModel.CategoricalScoringMethod. fromValue(java.lang.String v)NearestNeighborModel.CategoricalScoringMethodNearestNeighborModel. getCategoricalScoringMethod()static NearestNeighborModel.CategoricalScoringMethodNearestNeighborModel.CategoricalScoringMethod. valueOf(java.lang.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.Methods in org.dmg.pmml.nearest_neighbor with parameters of type NearestNeighborModel.CategoricalScoringMethod Modifier and Type Method Description NearestNeighborModelNearestNeighborModel. setCategoricalScoringMethod(NearestNeighborModel.CategoricalScoringMethod categoricalScoringMethod)
-