C# Class Encog.App.Analyst.ConsoleAnalystListener

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

Public Methods

Method 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

Method Description
RequestCancelCommand ( ) : void
RequestShutdown ( ) : void
ShouldShutDown ( ) : bool
ShouldStopCommand ( ) : bool

Method Details

ConsoleAnalystListener() public method

Construct the object.
public ConsoleAnalystListener ( ) : System
return System

Report() public method

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

ReportCommandBegin() public method

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

ReportCommandEnd() public method

public ReportCommandEnd ( bool cancel ) : void
cancel bool
return void

ReportTraining() public method

public ReportTraining ( IMLTrain train ) : void
train IMLTrain
return void

ReportTrainingBegin() public method

public ReportTrainingBegin ( ) : void
return void

ReportTrainingEnd() public method

public ReportTrainingEnd ( ) : void
return void