Exemplo n.º 1
0
Arquivo: Column.cs Projeto: smiron/htm
 public Column(TemporalPooler temporalPooler, Parameters parameters, Point2D location)
 {
     _segmentUpdateList = new List<SegmentUpdate>();
     _temporalPooler = temporalPooler;
     _parameters = parameters;
     _location = location;
 }
Exemplo n.º 2
0
Arquivo: Column.cs Projeto: smiron/htm
 public Column(TemporalPooler temporalPooler, Parameters parameters, Point2D location)
 {
     _segmentUpdateList = new List <SegmentUpdate>();
     _temporalPooler    = temporalPooler;
     _parameters        = parameters;
     _location          = location;
 }