C# Class Doo.Machine.HTM.HTMBuilder

Inheritance: System.Windows.Forms.Form, IAgent
Show file Open project: avogab/dooHTM Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetOutput() public method

public GetOutput ( ) : object
return object

HTMBuilder() public method

public HTMBuilder ( IDirector director ) : System
director IDirector
return System

Initialize() public method

public Initialize ( ) : bool
return bool

Log() public method

public Log ( string msg ) : void
msg string
return void

Step() public method

public Step ( ) : bool
return bool