Uses of Class
org.android.activityminer.pmml.model.ContScoringMethod

Packages that use ContScoringMethod
org.android.activityminer.pmml.model PMML - The main model representation. 
org.android.activityminer.pmml.model.knn PMML - KNN representation. 
 

Uses of ContScoringMethod in org.android.activityminer.pmml.model
 

Methods in org.android.activityminer.pmml.model that return ContScoringMethod
static ContScoringMethod ContScoringMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContScoringMethod[] ContScoringMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ContScoringMethod in org.android.activityminer.pmml.model.knn
 

Fields in org.android.activityminer.pmml.model.knn declared as ContScoringMethod
private  ContScoringMethod NearestNeighborModel.continuousScoringMethod
          Specify the scoring (or combining) method for continuous target values of K neighbors
 

Methods in org.android.activityminer.pmml.model.knn that return ContScoringMethod
 ContScoringMethod NearestNeighborModel.getContinuousScoringMethod()
          Getter for the continuousScoringMethod
 

Methods in org.android.activityminer.pmml.model.knn with parameters of type ContScoringMethod
 void NearestNeighborModel.setContinuousScoringMethod(ContScoringMethod continuousScoringMethod)
          Setter for the continuousScoringMethod