Uses of Class
org.dmg.pmml.nearest_neighbor.NearestNeighborModel.ContinuousScoringMethod
-
Packages that use NearestNeighborModel.ContinuousScoringMethod Package Description org.dmg.pmml.nearest_neighbor -
-
Uses of NearestNeighborModel.ContinuousScoringMethod in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return NearestNeighborModel.ContinuousScoringMethod Modifier and Type Method Description static NearestNeighborModel.ContinuousScoringMethodNearestNeighborModel.ContinuousScoringMethod. fromValue(java.lang.String v)NearestNeighborModel.ContinuousScoringMethodNearestNeighborModel. getContinuousScoringMethod()static NearestNeighborModel.ContinuousScoringMethodNearestNeighborModel.ContinuousScoringMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NearestNeighborModel.ContinuousScoringMethod[]NearestNeighborModel.ContinuousScoringMethod. 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.ContinuousScoringMethod Modifier and Type Method Description NearestNeighborModelNearestNeighborModel. setContinuousScoringMethod(NearestNeighborModel.ContinuousScoringMethod continuousScoringMethod)
-