org.android.activityminer.logic.features.selection
Class CFSFeatureSelection
java.lang.Object
org.android.activityminer.logic.features.selection.CFSFeatureSelection
public class CFSFeatureSelection
- extends Object
Implementation of the correlation based feature selection filter suggested by
M. A. Hall:
"Correlation-based Feature Subset Selection for Machine Learning." Hamilton,
New Zealand (1998).
This implementation is an adaption of the reference implementation in Weka
(CfsSubsetEval.java) from Mark Hall.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CFSFeatureSelection
public CFSFeatureSelection()