edu.duke.cs.banjo.data.observations
Class PreprocessedObservationsWithFileInfo

java.lang.Object
  extended byedu.duke.cs.banjo.data.observations.PreprocessedObservations
      extended byedu.duke.cs.banjo.data.observations.PreprocessedObservationsWithFileInfo

public class PreprocessedObservationsWithFileInfo
extends PreprocessedObservations

Contains a single, basic, set of observation data (usually supplied by a single file).

Details:
The supplied data is assumed to be originally supplied in string format. A copy of the original data is stored in string format. After data transformation and (optional) discretization, the processed data is stored in integer format. The customers of this class are served the data in integer format.

Change History:
Created on Dec 14, 2005

Author:
Jurgen Sladeczek (hjs)
For the latest info, please visit www.cs.duke.edu.

Field Summary
protected  java.lang.String directoryName
           
protected  java.lang.String fileName
           
 
Fields inherited from class edu.duke.cs.banjo.data.observations.PreprocessedObservations
observationCount, observedColumnCount, observedRowCount, processData, strRawObservationDataPoints, varCount, variableNames, variableNamesInFile, variablesInColumns
 
Constructor Summary
PreprocessedObservationsWithFileInfo(Settings _processData)
           
 
Method Summary
 java.lang.String getDirectoryName()
           
 java.lang.String getFileName()
           
 void loadObservations(java.lang.String _directoryName, java.lang.String _fileName)
           
 
Methods inherited from class edu.duke.cs.banjo.data.observations.PreprocessedObservations
findObservationsRowAndColumnCounts, getObservationCount, getStrRawObservationDataPoints, getVariableNames, loadObservationsAsColumns, loadObservationsAsRows, setStrRawObservationDataPoints, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

directoryName

protected java.lang.String directoryName

fileName

protected java.lang.String fileName
Constructor Detail

PreprocessedObservationsWithFileInfo

public PreprocessedObservationsWithFileInfo(Settings _processData)
                                     throws java.lang.Exception
Method Detail

loadObservations

public void loadObservations(java.lang.String _directoryName,
                             java.lang.String _fileName)
                      throws java.lang.Exception
Throws:
java.lang.Exception

getDirectoryName

public java.lang.String getDirectoryName()
Returns:
Returns the directoryName.

getFileName

public java.lang.String getFileName()
Returns:
Returns the fileName.