edu.duke.cs.banjo.data.observations
Interface DataPreparerI
- All Known Implementing Classes:
- DataPreparer
- public interface DataPreparerI
Documents the interface for the data preparer classes.
Details:
Change History:
Created on Dec 5, 2005
- Author:
- Jurgen Sladeczek (hjs)
For the latest info, please visit www.cs.duke.edu.
discretizeData
public void discretizeData()
throws java.lang.Exception
- Throws:
java.lang.Exception
getDiscretizedValue
public int getDiscretizedValue(int variableIndex,
java.lang.String originalValue)
throws java.lang.Exception
- Throws:
java.lang.Exception
prepareReport
public java.lang.Object prepareReport()
throws java.lang.Exception
- Throws:
java.lang.Exception