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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataHolder
public DataHolder(java.lang.String fileName)
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.