C# Class Encog.App.Analyst.Commands.CmdNormalize

The normalize command is used to normalize data. Data normalization generally maps values from one number range to another, typically to -1 to 1.
Inheritance: Cmd
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
CmdNormalize ( EncogAnalyst theAnalyst ) : System

Construct the normalize command.

ExecuteCommand ( String args ) : bool

Method Details

CmdNormalize() public method

Construct the normalize command.
public CmdNormalize ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The analyst to use.
return System

ExecuteCommand() public final method

public final ExecuteCommand ( String args ) : bool
args String
return bool