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.
COMMAND_NAME
public static final String COMMAND_NAME
- The name of this command.
- See Also:
- Constant Field Values
CmdNormalize
public CmdNormalize(EncogAnalyst theAnalyst)
- Construct the normalize command.
- Parameters:
theAnalyst
- The analyst to use.
executeCommand
public boolean executeCommand(String args)
- Execute this command.
- Specified by:
executeCommand
in class Cmd
- Parameters:
args
- The arguments for this command.
- Returns:
- True if processing should stop after this command.
getName
public String getName()
-
- Specified by:
getName
in class Cmd
- Returns:
- The name of this command.
Copyright © 2014. All Rights Reserved.