메소드 |
설명 |
|
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 |
|
|