|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeatureExtractionHelper | |
|---|---|
| org.android.activityminer.app.db | GUI - Database management components. |
| org.android.activityminer.logic.features | Logic layer - Feature implementation and the extraction logic. |
| Uses of FeatureExtractionHelper in org.android.activityminer.app.db |
|---|
| Fields in org.android.activityminer.app.db declared as FeatureExtractionHelper | |
|---|---|
private FeatureExtractionHelper<T> |
FeatureExtractionTask.helper
Helper to delegate feature extraction to |
| Constructors in org.android.activityminer.app.db with parameters of type FeatureExtractionHelper | |
|---|---|
FeatureExtractionTask(Context context,
DBRecordingStatisticSequenceEntry sequenceStatistics,
FeatureExtractionHelper<T> featureExtractionHelper)
Constructor |
|
| Uses of FeatureExtractionHelper in org.android.activityminer.logic.features |
|---|
| Fields in org.android.activityminer.logic.features declared as FeatureExtractionHelper | |
|---|---|
private FeatureExtractionHelper<T> |
FeatureExtractionThread.helper
Helper to delegate feature extraction to |
| Methods in org.android.activityminer.logic.features that return FeatureExtractionHelper | ||
|---|---|---|
static
|
FeatureExtractionHelper.createFeatureExtractionHelper(Context context,
DBManager dbManager,
Configuration config,
AbstractFeatureExtractorForDBRecordings<T> featureExtractor,
AbstractFeatureFactory<T> factory,
boolean hasToAdaptToConfiguration)
Method to create a feature extraction helper instance. |
|
| Constructors in org.android.activityminer.logic.features with parameters of type FeatureExtractionHelper | |
|---|---|
FeatureExtractionThread(Context context,
long[] sequenceIds,
FeatureExtractionHelper<T> featureExtractionHelper,
Class<? extends Activity> intentReceiver)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||