C# 클래스 Encog.App.Analyst.Script.ScriptSave

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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