C# Класс Encog.App.Analyst.Script.ScriptSave

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Save ( Stream stream ) : void

Save the script to a stream.

ScriptSave ( AnalystScript theScript ) : System

Construct the script.

Приватные методы

Метод Описание
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.

Описание методов

Save() публичный Метод

Save the script to a stream.
public Save ( Stream stream ) : void
stream Stream The output stream.
Результат void

ScriptSave() публичный Метод

Construct the script.
public ScriptSave ( AnalystScript theScript ) : System
theScript AnalystScript The script to save.
Результат System