Doo.Machine.HTM.HTMCell.HTMCell C# (CSharp) Method

HTMCell() public method

public HTMCell ( ) : System
return 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