Uses of Class
org.android.activityminer.pmml.model.knn.NearestNeighborModel

Packages that use NearestNeighborModel
org.android.activityminer.logic.classification Logic layer - classifiers, feature normalizer, PMML builder. 
 

Uses of NearestNeighborModel in org.android.activityminer.logic.classification
 

Methods in org.android.activityminer.logic.classification with parameters of type NearestNeighborModel
private  void KNN.fromPMMLModel(NearestNeighborModel nearestNeighborModel)
          Method to create the classifier model from a PMML nearest neighbor model.
static void PMMLBuilder.updateKNNInputFromMiningFields(NearestNeighborModel modelElement)
          Does update the knn inputs element in a given nearest neighbor model from the contained mining schema.