C# Class EncogCmd.ParseCommand

Mostra file Open project: encog/encog-dotnet-more-examples Class Usage Examples

Public Methods

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

Private Methods

Method Description
PromptDouble ( string name, double d ) : double
PromptInteger ( string name, int d ) : int

Method Details

ParseCommand() public method

public ParseCommand ( IEnumerable args ) : System
args IEnumerable
return System

PromptBoolean() public method

public PromptBoolean ( string name, bool d ) : bool
name string
d bool
return bool

PromptString() public method

public PromptString ( string name, String d ) : string
name string
d String
return string