Uses of Interface
org.android.activityminer.logic.classification.Normalizer

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

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

Classes in org.android.activityminer.logic.classification that implement Normalizer
 class DummyNormalizer
          A dummy normalizer type for the case of no normalization.
 class NormalizerForDataPoints
          Normalizer for Data points
 

Fields in org.android.activityminer.logic.classification declared as Normalizer
private  Normalizer KNN.normalizer
          The attribute value normalizer.
 

Methods in org.android.activityminer.logic.classification that return Normalizer
 Normalizer KNN.getNormalizer()
          Getter for the normalizer