Uses of Package
org.android.activityminer.pmml.model.knn

Packages that use org.android.activityminer.pmml.model.knn
org.android.activityminer.logic.classification Logic layer - classifiers, feature normalizer, PMML builder. 
org.android.activityminer.pmml.model.knn PMML - KNN representation. 
 

Classes in org.android.activityminer.pmml.model.knn used by org.android.activityminer.logic.classification
NearestNeighborModel
          A simple nearest neighbor model representation (without extensions, model statistics, model explanation, targets, local transformations and model verification elements)
Row
          The inline table row representation (without extensions)
 

Classes in org.android.activityminer.pmml.model.knn used by org.android.activityminer.pmml.model.knn
InstanceField
          The instance field representation (without extensions)
InstanceFields
          The instance fields irepresentation (without extensions)
KNNInput
          The knn input representation (without extensions)
KNNInputs
          The knn input vector (without extensions)
Row
          The inline table row representation (without extensions)
TrainingData
           
TrainingInstances
          The training instances representation (without extensions)