Doo.Machine.HTM.HTMCell.HTMCell C# (CSharp) 메소드

HTMCell() 공개 메소드

public HTMCell ( ) : System
리턴 System
        public HTMCell()
        {
            _active = new bool[_stateStored];
            _predicting = new bool[_stateStored];
            _learning = new bool[_stateStored];
            _distalSegments = new List<HTMSegment>();
            _segmentUpdateList = new List<SegmentUpdate>();
        }

Same methods

HTMCell::HTMCell ( HTMColumn column, int indexInColumn ) : System