C# Class Encog.App.Analyst.ConsoleAnalystListener

A console implementation of the Encog Analyst listener. Will report all progress to the console.
Inheritance: IAnalystListener
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
ConsoleAnalystListener ( ) : System

Construct the object.

Report ( int total, int current, String message ) : void

ReportCommandBegin ( int total, int current, String name ) : void

ReportCommandEnd ( bool cancel ) : void

ReportTraining ( IMLTrain train ) : void

ReportTrainingBegin ( ) : void

ReportTrainingEnd ( ) : void

Private Methods

Méthode Description
RequestCancelCommand ( ) : void
RequestShutdown ( ) : void
ShouldShutDown ( ) : bool
ShouldStopCommand ( ) : bool

Method Details

ConsoleAnalystListener() public méthode

Construct the object.
public ConsoleAnalystListener ( ) : System
Résultat System

Report() public méthode

public Report ( int total, int current, String message ) : void
total int
current int
message String
Résultat void

ReportCommandBegin() public méthode

public ReportCommandBegin ( int total, int current, String name ) : void
total int
current int
name String
Résultat void

ReportCommandEnd() public méthode

public ReportCommandEnd ( bool cancel ) : void
cancel bool
Résultat void

ReportTraining() public méthode

public ReportTraining ( IMLTrain train ) : void
train IMLTrain
Résultat void

ReportTrainingBegin() public méthode

public ReportTrainingBegin ( ) : void
Résultat void

ReportTrainingEnd() public méthode

public ReportTrainingEnd ( ) : void
Résultat void