Uses of Class
org.android.activityminer.pmml.model.transformation.LocalTransformations

Packages that use LocalTransformations
org.android.activityminer.pmml.model.knn PMML - KNN representation. 
 

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

Fields in org.android.activityminer.pmml.model.knn declared as LocalTransformations
private  LocalTransformations NearestNeighborModel.localTransformations
          The local transformations
 

Methods in org.android.activityminer.pmml.model.knn that return LocalTransformations
 LocalTransformations NearestNeighborModel.getLocalTransformations()
          Getter for the localTransformations
 

Methods in org.android.activityminer.pmml.model.knn with parameters of type LocalTransformations
 void NearestNeighborModel.setLocalTransformations(LocalTransformations localTransformations)
          Setter for the localTransformations