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

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

public class FieldPreprocess
extends Object


Constructor Summary
FieldPreprocess(PreprocessAction theAction, String theName, String theCalculation)
           
 
Method Summary
 PreprocessAction getAction()
           
 String getCalculation()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldPreprocess

public FieldPreprocess(PreprocessAction theAction,
                       String theName,
                       String theCalculation)
Method Detail

getName

public String getName()

getCalculation

public String getCalculation()

getAction

public PreprocessAction getAction()


Copyright © 2014. All Rights Reserved.