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

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

Public Methods

Method Description
CmdReset ( EncogAnalyst analyst ) : System

Construct the reset command.

ExecuteCommand ( String args ) : bool

Method Details

CmdReset() public method

Construct the reset command.
public CmdReset ( 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