Package org.android.activityminer.logic.features.selection

Package class diagram package org.android.activityminer.logic.features.selection
Logic layer - Preparation of the logic for automatic feature selection (not used yet).

See:
          Description

Class Summary
AttributeEvaluationResult A attribute evaluation result representation
AttributeEvaluationResult.Comparator A comparator for sorting attribute evaluation results in descending order by the metric value
CFSFeatureSelection Implementation of the correlation based feature selection filter suggested by M.
FeatureDiscretizer Implementation of a discretizer for continuous real attributes following the Fayyad & Irani MDL method.
FeatureSelectionHelper A class to delegate feature selection to.
FeatureSelectionThread The feature selection thread.
SymmetricalUncertainityBasedFeatureSelection Implementation of the symmetrical uncertanity filter suggested by Lei Yu, Huan Liu in "Feature Selection for High-Dimensional Data: A Fast Correlation-Based Filter Solution" (In "Proceedings of the Twentieth International Conference on Machine Learning", pages 856-863, 2003).
 

Package org.android.activityminer.logic.features.selection Description

Logic layer - Preparation of the logic for automatic feature selection (not used yet).