edu.duke.cs.banjo.utility
Class PreProcessor
java.lang.Object
edu.duke.cs.banjo.utility.PreProcessor
- public class PreProcessor
- extends java.lang.Object
Contains the pre-processing actions (not yet implemented).
Details:
Change History:
Created on Mar 29, 2005
- Author:
- 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, toString, wait, wait, wait |
settings
protected Settings settings
varCount
protected final int varCount
minMarkovLag
protected final int minMarkovLag
maxMarkovLag
protected final int maxMarkovLag
PreProcessor
public PreProcessor(Settings _processData)
execute
public void execute()
throws java.lang.Exception
- Throws:
java.lang.Exception