C# Class Encog.App.Analyst.Script.ScriptLoad

Used to load an Encog Analyst script.
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Load ( Stream stream ) : void

Load an Encog script.

ScriptLoad ( AnalystScript theScript ) : System

Construct a script loader.

Private Methods

Method Description
HandleDataClasses ( EncogFileSection section ) : void

Handle loading the data classes.

HandleDataStats ( EncogFileSection section ) : void

Handle loading data stats.

HandleFilenames ( EncogFileSection section ) : void

Handle loading the filenames.

HandleNormalizeRange ( EncogFileSection section ) : void

Handle normalization ranges.

HandleSegregateFiles ( EncogFileSection section ) : void

Handle loading segregation info.

HandleTask ( EncogFileSection section ) : void

Handle loading a task.

LoadSubSection ( EncogFileSection section ) : void

Load a generic subsection.

ProcessSubSection ( EncogFileSection section ) : void

Process one of the subsections.

ValidateProperty ( String section, String subSection, String name, String value_ren ) : void

Validate a property.

Method Details

Load() public method

Load an Encog script.
public Load ( Stream stream ) : void
stream Stream The stream to load from.
return void

ScriptLoad() public method

Construct a script loader.
public ScriptLoad ( AnalystScript theScript ) : System
theScript AnalystScript The script to load into.
return System