Uses of Class
org.android.activityminer.logic.features.selection.FeatureSelectionThread

Packages that use FeatureSelectionThread
org.android.activityminer.logic.features.selection Logic layer - Preparation of the logic for automatic feature selection (not used yet). 
 

Uses of FeatureSelectionThread in org.android.activityminer.logic.features.selection
 

Methods in org.android.activityminer.logic.features.selection that return FeatureSelectionThread
static FeatureSelectionThread FeatureSelectionThread.createAndRun(Context context, DBManager dbManager, Set<FeatureTypes> featureSet, Configuration config, int size, EventObserver<TaskFinishedEvent> finishedObserver, Class<? extends Activity> intentReceiver)
          Does create and execute an evaluation thread for the given configuration and feature sets.