C# Class Doo.Machine.HTM.HTMColumn

Show file Open project: avogab/dooHTM Class Usage Examples

Public Methods

Method Description
ComputeOverlap ( ) : void
GetAveragePermanence ( ) : double
GetBestMatchingCell ( bool sequence, int t ) : CellSegmentInfo
HTMColumn ( HTMRegionAgent region, int posX, int posY, double x, double y ) : System
IncreasePermanences ( double increment ) : void
MaxDutyCycle ( List cols ) : double
PerformBoosting ( ) : void
UpdatePermanences ( ) : void

Method Details

ComputeOverlap() public method

public ComputeOverlap ( ) : void
return void

GetAveragePermanence() public method

public GetAveragePermanence ( ) : double
return double

GetBestMatchingCell() public method

public GetBestMatchingCell ( bool sequence, int t ) : CellSegmentInfo
sequence bool
t int
return CellSegmentInfo

HTMColumn() public method

public HTMColumn ( HTMRegionAgent region, int posX, int posY, double x, double y ) : System
region HTMRegionAgent
posX int
posY int
x double
y double
return System

IncreasePermanences() public method

public IncreasePermanences ( double increment ) : void
increment double
return void

MaxDutyCycle() public method

public MaxDutyCycle ( List cols ) : double
cols List
return double

PerformBoosting() public method

public PerformBoosting ( ) : void
return void

UpdatePermanences() public method

public UpdatePermanences ( ) : void
return void