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

Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Save ( Stream stream ) : void

Save the script to a stream.

ScriptSave ( AnalystScript theScript ) : System

Construct the script.

Private Methods

Method Description
SaveConfig ( EncogWriteHelper xout ) : void

Save the config info.

SaveData ( EncogWriteHelper xout ) : void

Save the data fields.

SaveMachineLearning ( EncogWriteHelper xout ) : void

Save the ML sections.

SaveNormalize ( EncogWriteHelper xout ) : void

Save the normalization data.

SaveSegregate ( EncogWriteHelper xout ) : void

Save segregate info.

SaveSubSection ( EncogWriteHelper xout, String section, String subSection ) : void

Save a subsection.

SaveTasks ( EncogWriteHelper xout ) : void

Save the tasks.

Method Details

Save() public method

Save the script to a stream.
public Save ( Stream stream ) : void
stream Stream The output stream.
return void

ScriptSave() public method

Construct the script.
public ScriptSave ( AnalystScript theScript ) : System
theScript AnalystScript The script to save.
return System