Method | Description | |
---|---|---|
Save ( Stream stream ) : void |
Save the script to a stream.
|
|
ScriptSave ( |
Construct the script.
|
Method | Description | |
---|---|---|
SaveConfig ( |
Save the config info.
|
|
SaveData ( |
Save the data fields.
|
|
SaveMachineLearning ( |
Save the ML sections.
|
|
SaveNormalize ( |
Save the normalization data.
|
|
SaveSegregate ( |
Save segregate info.
|
|
SaveSubSection ( |
Save a subsection.
|
|
SaveTasks ( |
Save the tasks.
|
public Save ( Stream stream ) : void | ||
stream | Stream | The output stream. |
return | void |
public ScriptSave ( |
||
theScript | The script to save. | |
return | System |