edu.duke.cs.banjo.utility
Class PreProcessor

java.lang.Object
  extended byedu.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.

Field Summary
protected  int maxMarkovLag
           
protected  int minMarkovLag
           
protected  Settings settings
           
protected  int varCount
           
 
Constructor Summary
PreProcessor(Settings _processData)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settings

protected Settings settings

varCount

protected final int varCount

minMarkovLag

protected final int minMarkovLag

maxMarkovLag

protected final int maxMarkovLag
Constructor Detail

PreProcessor

public PreProcessor(Settings _processData)
Method Detail

execute

public void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception