C# Класс 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.
Наследование: Cmd
Показать файл Открыть проект

Открытые методы

Метод Описание
CmdNormalize ( EncogAnalyst theAnalyst ) : System

Construct the normalize command.

ExecuteCommand ( String args ) : bool

Описание методов

CmdNormalize() публичный Метод

Construct the normalize command.
public CmdNormalize ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The analyst to use.
Результат System

ExecuteCommand() публичный закрытый Метод

public final ExecuteCommand ( String args ) : bool
args String
Результат bool