C# 클래스 Doo.Machine.HTM.HTMCell

상속: ISpatialCell
파일 보기 프로젝트 열기: avogab/dooHTM 1 사용 예제들

공개 메소드들

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

메소드 상세

AdaptSegments() 공개 메소드

public AdaptSegments ( bool positiveReinforcement ) : void
positiveReinforcement bool
리턴 void

GetActive() 공개 메소드

public GetActive ( int t ) : bool
t int
리턴 bool

GetActiveSegment() 공개 메소드

public GetActiveSegment ( int t ) : HTMSegment
t int
리턴 HTMSegment

GetBestMatchingSegment() 공개 메소드

public GetBestMatchingSegment ( int t, bool sequence ) : HTMSegment
t int
sequence bool
리턴 HTMSegment

GetLearning() 공개 메소드

public GetLearning ( int t ) : bool
t int
리턴 bool

GetPredicting() 공개 메소드

public GetPredicting ( int t ) : bool
t int
리턴 bool

GetRandomActiveCells() 공개 메소드

public GetRandomActiveCells ( int t ) : List
t int
리턴 List

GetRandomLearningCells() 공개 메소드

public GetRandomLearningCells ( int t ) : List
t int
리턴 List

GetSegmentActiveSynapses() 공개 메소드

public GetSegmentActiveSynapses ( int t, HTMSegment segment = null, bool newSynapses = false ) : SegmentUpdate
t int
segment HTMSegment
newSynapses bool
리턴 SegmentUpdate

HTMCell() 공개 메소드

public HTMCell ( ) : System
리턴 System

HTMCell() 공개 메소드

public HTMCell ( HTMColumn column, int indexInColumn ) : System
column HTMColumn
indexInColumn int
리턴 System

SetActive() 공개 메소드

public SetActive ( bool value ) : void
value bool
리턴 void

SetLearning() 공개 메소드

public SetLearning ( bool value ) : void
value bool
리턴 void

SetPredicting() 공개 메소드

public SetPredicting ( bool value ) : void
value bool
리턴 void

Step() 공개 메소드

public Step ( ) : void
리턴 void