edu.duke.cs.banjo.data.observations
Class PreprocessedObservationsWithFileInfo
java.lang.Object
edu.duke.cs.banjo.data.observations.PreprocessedObservations
edu.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
directoryName
protected java.lang.String directoryName
fileName
protected java.lang.String fileName
PreprocessedObservationsWithFileInfo
public PreprocessedObservationsWithFileInfo(Settings _processData)
throws java.lang.Exception
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.