org.encog.app.analyst.commands
Class CmdNormalize
- java.lang.Object
-
- org.encog.app.analyst.commands.Cmd
-
- org.encog.app.analyst.commands.CmdNormalize
-
public class CmdNormalize extends Cmd
The normalize command is used to normalize data. Data normalization generally maps values from one number range to another, typically to -1 to 1.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCOMMAND_NAMEThe name of this command.
-
Constructor Summary
Constructors Constructor and Description CmdNormalize(EncogAnalyst theAnalyst)Construct the normalize command.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanexecuteCommand(java.lang.String args)Execute this command.java.lang.StringgetName()-
Methods inherited from class org.encog.app.analyst.commands.Cmd
getAnalyst, getKfold, getProp, getScript, obtainCross, obtainMethod, obtainTrainingSet, setKfold, toString
-
-
-
-
Field Detail
-
COMMAND_NAME
public static final java.lang.String COMMAND_NAME
The name of this command.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CmdNormalize
public CmdNormalize(EncogAnalyst theAnalyst)
Construct the normalize command.- Parameters:
theAnalyst- The analyst to use.
-
-
Method Detail
-
executeCommand
public boolean executeCommand(java.lang.String args)
Execute this command.- Specified by:
executeCommandin classCmd- Parameters:
args- The arguments for this command.- Returns:
- True if processing should stop after this command.
-
-
DMelt 3.0 © DataMelt by jWork.ORG