org.encog.app.analyst.script.process
Class ProcessField
java.lang.Object
org.encog.app.analyst.script.process.ProcessField
public class ProcessField
- extends Object
Holds one field for Encog analyst preprocess.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessField
public ProcessField(String name,
String command)
- Construct this field.
- Parameters:
name
- The name of this field.command
- The command for this field.
getName
public String getName()
- Returns:
- The name of this field.
getCommand
public String getCommand()
- Returns:
- The command for this field.
Copyright © 2014. All Rights Reserved.