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

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

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

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

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

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

Methods in org.android.activityminer.pmml.model.knn that return CatScoringMethod
 CatScoringMethod NearestNeighborModel.getCategoricalScoringMethod()
          Getter for the categoricalScoringMethod
 

Methods in org.android.activityminer.pmml.model.knn with parameters of type CatScoringMethod
 void NearestNeighborModel.setCategoricalScoringMethod(CatScoringMethod categoricalScoringMethod)
          Setter for the categoricalScoringMethod