C# Class Doo.Machine.HTM.HTMCell

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

Méthodes publiques

Méthode Description
AdaptSegments ( bool positiveReinforcement ) : void
GetActive ( int t ) : bool
GetActiveSegment ( int t ) : HTMSegment
GetBestMatchingSegment ( int t, bool sequence ) : HTMSegment
GetLearning ( int t ) : bool
GetPredicting ( int t ) : bool
GetRandomActiveCells ( int t ) : List
GetRandomLearningCells ( int t ) : List
GetSegmentActiveSynapses ( int t, HTMSegment segment = null, bool newSynapses = false ) : SegmentUpdate
HTMCell ( ) : System
HTMCell ( HTMColumn column, int indexInColumn ) : System
SetActive ( bool value ) : void
SetLearning ( bool value ) : void
SetPredicting ( bool value ) : void
Step ( ) : void

Method Details

AdaptSegments() public méthode

public AdaptSegments ( bool positiveReinforcement ) : void
positiveReinforcement bool
Résultat void

GetActive() public méthode

public GetActive ( int t ) : bool
t int
Résultat bool

GetActiveSegment() public méthode

public GetActiveSegment ( int t ) : HTMSegment
t int
Résultat HTMSegment

GetBestMatchingSegment() public méthode

public GetBestMatchingSegment ( int t, bool sequence ) : HTMSegment
t int
sequence bool
Résultat HTMSegment

GetLearning() public méthode

public GetLearning ( int t ) : bool
t int
Résultat bool

GetPredicting() public méthode

public GetPredicting ( int t ) : bool
t int
Résultat bool

GetRandomActiveCells() public méthode

public GetRandomActiveCells ( int t ) : List
t int
Résultat List

GetRandomLearningCells() public méthode

public GetRandomLearningCells ( int t ) : List
t int
Résultat List

GetSegmentActiveSynapses() public méthode

public GetSegmentActiveSynapses ( int t, HTMSegment segment = null, bool newSynapses = false ) : SegmentUpdate
t int
segment HTMSegment
newSynapses bool
Résultat SegmentUpdate

HTMCell() public méthode

public HTMCell ( ) : System
Résultat System

HTMCell() public méthode

public HTMCell ( HTMColumn column, int indexInColumn ) : System
column HTMColumn
indexInColumn int
Résultat System

SetActive() public méthode

public SetActive ( bool value ) : void
value bool
Résultat void

SetLearning() public méthode

public SetLearning ( bool value ) : void
value bool
Résultat void

SetPredicting() public méthode

public SetPredicting ( bool value ) : void
value bool
Résultat void

Step() public méthode

public Step ( ) : void
Résultat void