main
Class FunSiPFeatures

java.lang.Object
  extended by main.FunSiPFeatures

public class FunSiPFeatures
extends java.lang.Object

The goal of this program - part of the FunSiP-package - is to evaluate, study and display the various features that were selected and scored by the possible feature selection algorithms. WARNING : This program is still very much an alpha version, with lots of functionality not yet implemented and missing documentation.

Author:
Michiel Van Bel

Field Summary
static java.lang.String VERSION
          Version of the FunSiPFeatures program.
 
Constructor Summary
FunSiPFeatures(java.lang.String[] args)
          Constructor of the FunSiPFeatures program.
 
Method Summary
static void main(java.lang.String[] args)
          Main method for FunSiP.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Version of the FunSiPFeatures program.

See Also:
Constant Field Values
Constructor Detail

FunSiPFeatures

public FunSiPFeatures(java.lang.String[] args)
Constructor of the FunSiPFeatures program. Does some commandline parameter checking and launches the correct subprograms.

Parameters:
args - The commandline parameters, passed on by the main-method.
Method Detail

main

public static void main(java.lang.String[] args)
Main method for FunSiP. Launches the program.

Parameters:
args - The commandline parameters.