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

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

공개 메소드들

메소드 설명
ComputeOverlap ( ) : void
GetAveragePermanence ( ) : double
GetBestMatchingCell ( bool sequence, int t ) : CellSegmentInfo
HTMColumn ( HTMRegionAgent region, int posX, int posY, double x, double y ) : System
IncreasePermanences ( double increment ) : void
MaxDutyCycle ( List cols ) : double
PerformBoosting ( ) : void
UpdatePermanences ( ) : void

메소드 상세

ComputeOverlap() 공개 메소드

public ComputeOverlap ( ) : void
리턴 void

GetAveragePermanence() 공개 메소드

public GetAveragePermanence ( ) : double
리턴 double

GetBestMatchingCell() 공개 메소드

public GetBestMatchingCell ( bool sequence, int t ) : CellSegmentInfo
sequence bool
t int
리턴 CellSegmentInfo

HTMColumn() 공개 메소드

public HTMColumn ( HTMRegionAgent region, int posX, int posY, double x, double y ) : System
region HTMRegionAgent
posX int
posY int
x double
y double
리턴 System

IncreasePermanences() 공개 메소드

public IncreasePermanences ( double increment ) : void
increment double
리턴 void

MaxDutyCycle() 공개 메소드

public MaxDutyCycle ( List cols ) : double
cols List
리턴 double

PerformBoosting() 공개 메소드

public PerformBoosting ( ) : void
리턴 void

UpdatePermanences() 공개 메소드

public UpdatePermanences ( ) : void
리턴 void