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

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

Public Methods

Method Description
CmdSet ( EncogAnalyst analyst ) : System

Construct the set command with the analyst.

ExecuteCommand ( String args ) : bool

Method Details

CmdSet() public method

Construct the set command with the analyst.
public CmdSet ( 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