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

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

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

Methods in org.android.activityminer.logic.features that return FeatureVectorExportThread
static FeatureVectorExportThread FeatureVectorExportThread.create(Context context, DBManager dbManager, String fileName, Configuration currentConfig, EventObserver<TaskFinishedEvent> finishedObserver, Class<? extends Activity> intentReceiver)
          Does create a feature vector export thread.
static FeatureVectorExportThread FeatureVectorExportThread.createAndRun(Context context, DBManager dbManager, String fileName, Configuration currentConfig, EventObserver<TaskFinishedEvent> finishedObserver, Class<? extends Activity> intentReceiver)
          Does create and execute a feature vector export thread