jml.feature.selection
Class UnsupervisedFeatureSelection

java.lang.Object
  extended by jml.feature.selection.FeatureSelection
      extended by jml.feature.selection.UnsupervisedFeatureSelection

public class UnsupervisedFeatureSelection
extends FeatureSelection

Abstract class for unsupervised feature selection algorithms.

Version:
1.0, Feb. 4th, 2012
Author:
Mingjie Qian

Field Summary
 
Fields inherited from class jml.feature.selection.FeatureSelection
W, X
 
Constructor Summary
UnsupervisedFeatureSelection()
           
 
Method Summary
 void run()
          Do feature selection.
 
Methods inherited from class jml.feature.selection.FeatureSelection
feedData, feedData, getW, getX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupervisedFeatureSelection

public UnsupervisedFeatureSelection()
Method Detail

run

public void run()
Description copied from class: FeatureSelection
Do feature selection.

Specified by:
run in class FeatureSelection