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

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

공개 메소드들

메소드 설명
DecreasePermanence ( double decrement = _permanenceDecrement ) : void
GetActive ( int t, bool learning, bool connectedOnly ) : bool
GetConnected ( ) : bool
HTMSynapse ( HTMCell inputCell, double permanence = _initialPermanence ) : System
IncreasePermanence ( double increment = _permanenceIncrement ) : void

메소드 상세

DecreasePermanence() 공개 메소드

public DecreasePermanence ( double decrement = _permanenceDecrement ) : void
decrement double
리턴 void

GetActive() 공개 메소드

public GetActive ( int t, bool learning, bool connectedOnly ) : bool
t int
learning bool
connectedOnly bool
리턴 bool

GetConnected() 공개 메소드

public GetConnected ( ) : bool
리턴 bool

HTMSynapse() 공개 메소드

public HTMSynapse ( HTMCell inputCell, double permanence = _initialPermanence ) : System
inputCell HTMCell
permanence double
리턴 System

IncreasePermanence() 공개 메소드

public IncreasePermanence ( double increment = _permanenceIncrement ) : void
increment double
리턴 void