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
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CmdNormalize ( EncogAnalyst theAnalyst ) : System

Construct the normalize command.

ExecuteCommand ( String args ) : bool

Method Details

CmdNormalize() public méthode

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

ExecuteCommand() public final méthode

public final ExecuteCommand ( String args ) : bool
args String
Résultat bool