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
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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