C# Class Encog.ML.Factory.Parse.ArchitectureParse

Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
ParseLayer ( String line, int defaultValue ) : ArchitectureLayer

parse a layer.

ParseLayers ( String line ) : IList

Parse all layers from a line of text.

ParseParams ( String line ) : String>.IDictionary

Parse parameters.

Private Methods

Method Description
ParseName ( SimpleParser parser ) : String

Parse a name.

ParseValue ( SimpleParser parser ) : String

Parse a value.

Method Details

ParseLayer() public static method

parse a layer.
public static ParseLayer ( String line, int defaultValue ) : ArchitectureLayer
line String The line to parse.
defaultValue int The default value.
return ArchitectureLayer

ParseLayers() public static method

Parse all layers from a line of text.
public static ParseLayers ( String line ) : IList
line String The line of text.
return IList

ParseParams() public static method

Parse parameters.
public static ParseParams ( String line ) : String>.IDictionary
line String The line to parse.
return String>.IDictionary