Package htm

Examples of htm.Region$SpatialPoolerTask$Phase1


    int newSynapseCount = 5;
   
    _inputData = new byte[inputSizeX*inputSizeY];
   
    Region.FULL_DEFAULT_SPATIAL_PERMANENCE = true;
    final Region region = new Region(inputSizeX, inputSizeY,
        colGridSizeX, colGridSizeY,
        pctInputPerCol, pctMinOverlap, localityRadius,
        pctLocalActivity, cellsPerCol, segActiveThreshold,
        newSynapseCount, _inputData);
    region.setSpatialHardcoded(true);
    region.setSpatialLearning(false);
    region.setTemporalLearning(true);
   
    return region;
  }
View Full Code Here

TOP

Related Classes of htm.Region$SpatialPoolerTask$Phase1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.