Uses of Class
org.android.activityminer.logic.features.VarianceFeature

Packages that use VarianceFeature
org.android.activityminer.logic.features Logic layer - Feature implementation and the extraction logic. 
 

Uses of VarianceFeature in org.android.activityminer.logic.features
 

Subclasses of VarianceFeature in org.android.activityminer.logic.features
 class StandardDeviationFeature<T extends Enum<T> & Dimensions>
          Implementation of the standard deviation feature, which is an extended feature based on the variance feature value.