C# 클래스 Encog.Neural.Networks.Training.TrainingStatusUtility

Report the status of Encog training to the cloud.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Finish ( ) : void

Report that we are finished.

TrainingStatusUtility ( EncogCloud cloud, ITrain train ) : System

Create a training status utility.

Update ( ) : void

Perform an update.

메소드 상세

Finish() 공개 메소드

Report that we are finished.
public Finish ( ) : void
리턴 void

TrainingStatusUtility() 공개 메소드

Create a training status utility.
public TrainingStatusUtility ( EncogCloud cloud, ITrain train ) : System
cloud Encog.Cloud.EncogCloud The cloud to report to.
train ITrain The training object being used.
리턴 System

Update() 공개 메소드

Perform an update.
public Update ( ) : void
리턴 void