Метод | Описание | |
---|---|---|
AdaptSegments ( bool positiveReinforcement ) : void | ||
GetActive ( int t ) : bool | ||
GetActiveSegment ( int t ) : |
||
GetBestMatchingSegment ( int t, bool sequence ) : |
||
GetLearning ( int t ) : bool | ||
GetPredicting ( int t ) : bool | ||
GetRandomActiveCells ( int t ) : List |
||
GetRandomLearningCells ( int t ) : List |
||
GetSegmentActiveSynapses ( int t, |
||
HTMCell ( ) : System | ||
HTMCell ( |
||
SetActive ( bool value ) : void | ||
SetLearning ( bool value ) : void | ||
SetPredicting ( bool value ) : void | ||
Step ( ) : void |
public AdaptSegments ( bool positiveReinforcement ) : void | ||
positiveReinforcement | bool | |
Результат | void |
public GetActiveSegment ( int t ) : |
||
t | int | |
Результат |
public GetBestMatchingSegment ( int t, bool sequence ) : |
||
t | int | |
sequence | bool | |
Результат |
public GetRandomActiveCells ( int t ) : List |
||
t | int | |
Результат | List |
public GetRandomLearningCells ( int t ) : List |
||
t | int | |
Результат | List |
public GetSegmentActiveSynapses ( int t, |
||
t | int | |
segment | ||
newSynapses | bool | |
Результат |
public HTMCell ( |
||
column | ||
indexInColumn | int | |
Результат | System |
public SetPredicting ( bool value ) : void | ||
value | bool | |
Результат | void |