C# Class Doo.Machine.HTM.HTMColumn

Afficher le fichier Open project: avogab/dooHTM Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ComputeOverlap ( ) : void
Résultat void

GetAveragePermanence() public méthode

public GetAveragePermanence ( ) : double
Résultat double

GetBestMatchingCell() public méthode

public GetBestMatchingCell ( bool sequence, int t ) : CellSegmentInfo
sequence bool
t int
Résultat CellSegmentInfo

HTMColumn() public méthode

public HTMColumn ( HTMRegionAgent region, int posX, int posY, double x, double y ) : System
region HTMRegionAgent
posX int
posY int
x double
y double
Résultat System

IncreasePermanences() public méthode

public IncreasePermanences ( double increment ) : void
increment double
Résultat void

MaxDutyCycle() public méthode

public MaxDutyCycle ( List cols ) : double
cols List
Résultat double

PerformBoosting() public méthode

public PerformBoosting ( ) : void
Résultat void

UpdatePermanences() public méthode

public UpdatePermanences ( ) : void
Résultat void