org.encog.app.analyst.script.preprocess
Class AnalystPreprocess

java.lang.Object
  extended by org.encog.app.analyst.script.preprocess.AnalystPreprocess

public class AnalystPreprocess
extends Object


Constructor Summary
AnalystPreprocess(AnalystScript theScript)
          Construct the object.
 
Method Summary
 List<FieldPreprocess> getCalculatedFields()
           
 AnalystScript getScript()
           
 void setScript(AnalystScript script)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalystPreprocess

public AnalystPreprocess(AnalystScript theScript)
Construct the object.

Parameters:
theScript - The script.
Method Detail

getScript

public AnalystScript getScript()

setScript

public void setScript(AnalystScript script)

getCalculatedFields

public List<FieldPreprocess> getCalculatedFields()


Copyright © 2014. All Rights Reserved.