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

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

Méthodes publiques

Méthode Description
CmdCreate ( EncogAnalyst theAnalyst ) : System

Construct the create command.

ExecuteCommand ( String args ) : bool

Method Details

CmdCreate() public méthode

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

ExecuteCommand() public final méthode

public final ExecuteCommand ( String args ) : bool
args String
Résultat bool