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

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
Save ( Stream stream ) : void

Save the script to a stream.

ScriptSave ( AnalystScript theScript ) : System

Construct the script.

Private Methods

Méthode 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 méthode

Save the script to a stream.
public Save ( Stream stream ) : void
stream Stream The output stream.
Résultat void

ScriptSave() public méthode

Construct the script.
public ScriptSave ( AnalystScript theScript ) : System
theScript AnalystScript The script to save.
Résultat System