Package model.MARK_II.connectTypes

Examples of model.MARK_II.connectTypes.SensorCellsToRegionRectangleConnect


        Region region = new Region("region", 8, 8, 4, 50, 1);
        this.spatialPooler.changeRegion(region);

        Retina retina = new Retina(66, 66);

        AbstractSensorCellsToRegionConnect connectType2 = new SensorCellsToRegionRectangleConnect();
        connectType2.connect(retina.getVisionCells(), region, 2, 2);

        retina.seeBMPImage("2.bmp");
        this.spatialPooler.performPooling();
        Set<ColumnPosition> columnActivityAfterSeeingImage2 = this.spatialPooler
                .getActiveColumnPositions();
View Full Code Here

TOP

Related Classes of model.MARK_II.connectTypes.SensorCellsToRegionRectangleConnect

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.