Method | Description | |
---|---|---|
Load ( Stream stream ) : void |
Load an Encog script.
|
|
ScriptLoad ( |
Construct a script loader.
|
Method | Description | |
---|---|---|
HandleDataClasses ( |
Handle loading the data classes.
|
|
HandleDataStats ( |
Handle loading data stats.
|
|
HandleFilenames ( |
Handle loading the filenames.
|
|
HandleNormalizeRange ( |
Handle normalization ranges.
|
|
HandleSegregateFiles ( |
Handle loading segregation info.
|
|
HandleTask ( |
Handle loading a task.
|
|
LoadSubSection ( |
Load a generic subsection.
|
|
ProcessSubSection ( |
Process one of the subsections.
|
|
ValidateProperty ( String section, String subSection, String name, String value_ren ) : void |
Validate a property.
|
public Load ( Stream stream ) : void | ||
stream | Stream | The stream to load from. |
return | void |
public ScriptLoad ( |
||
theScript | The script to load into. | |
return | System |