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

The Encog Analyst create command. This command is used to create a Machine Learning method.
Inheritance: Cmd
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
CmdCreate ( EncogAnalyst theAnalyst ) : System

Construct the create command.

ExecuteCommand ( String args ) : bool

Method Details

CmdCreate() public method

Construct the create command.
public CmdCreate ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The analyst to use.
return System

ExecuteCommand() public final method

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