org.android.activityminer.logic.features.selection
Class CFSFeatureSelection

Package class diagram package CFSFeatureSelection
java.lang.Object
  extended by 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.


Constructor Summary
CFSFeatureSelection()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFSFeatureSelection

public CFSFeatureSelection()