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

Inheritance: Cmd
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
CmdRandomize ( EncogAnalyst analyst ) : System

Construct the randomize command.

ExecuteCommand ( String args ) : bool

Method Details

CmdRandomize() public method

Construct the randomize command.
public CmdRandomize ( EncogAnalyst analyst ) : System
analyst Encog.App.Analyst.EncogAnalyst The analyst to use.
return System

ExecuteCommand() public final method

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