C# Class EncogCmd.ParseCommand

Afficher le fichier Open project: encog/encog-dotnet-more-examples Class Usage Examples

Méthodes publiques

Méthode Description
ParseCommand ( IEnumerable args ) : System
PromptBoolean ( string name, bool d ) : bool
PromptString ( string name, String d ) : string

Private Methods

Méthode Description
PromptDouble ( string name, double d ) : double
PromptInteger ( string name, int d ) : int

Method Details

ParseCommand() public méthode

public ParseCommand ( IEnumerable args ) : System
args IEnumerable
Résultat System

PromptBoolean() public méthode

public PromptBoolean ( string name, bool d ) : bool
name string
d bool
Résultat bool

PromptString() public méthode

public PromptString ( string name, String d ) : string
name string
d String
Résultat string