C# Class Doo.Machine.HTM.HTMBuilder

Inheritance: System.Windows.Forms.Form, IAgent
Afficher le fichier Open project: avogab/dooHTM Class Usage Examples

Méthodes publiques

Méthode Description
GetOutput ( ) : object
HTMBuilder ( IDirector director ) : System
Initialize ( ) : bool
Log ( string msg ) : void
Step ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

desiredLocalActivityTextBox_TextChanged ( object sender, EventArgs e ) : void
minSegmentActivityForLearningTextBox_TextChanged ( object sender, EventArgs e ) : void
minimumOverlapTextBox_TextChanged ( object sender, EventArgs e ) : void
regionWidthTextBox_TextChanged ( object sender, EventArgs e ) : void
segmentActivationThresholdTextBox_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetOutput() public méthode

public GetOutput ( ) : object
Résultat object

HTMBuilder() public méthode

public HTMBuilder ( IDirector director ) : System
director IDirector
Résultat System

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

Log() public méthode

public Log ( string msg ) : void
msg string
Résultat void

Step() public méthode

public Step ( ) : bool
Résultat bool