featureselector.fcbf
Class DataHolder

java.lang.Object
  |
  +--featureselector.fcbf.DataHolder

public class DataHolder
extends java.lang.Object

This class is used to store the data(instances). Initially, the data is stored as a Vector of Vectors(of Strings). Later, the data is converted into a two dimensional array of primitive types, for faster manipulation.

Author:
Ravi Bhim, ASU.

Constructor Summary
DataHolder(java.lang.String fileName)
           
 
Method Summary
 void convertDataFormat(ResourceDescriptor RD)
          This function converts the data in 'dataInstances' to a 2 dimensional array of short integers.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataHolder

public DataHolder(java.lang.String fileName)
Method Detail

convertDataFormat

public void convertDataFormat(ResourceDescriptor RD)
This function converts the data in 'dataInstances' to a 2 dimensional array of short integers. Prior to conversion, some checks are perfomed on the consistency/validity of the data.