SpatialPooler spatialPooler = new SpatialPooler(region);
spatialPooler.setLearningState(true);
retina.seeBMPImage("2.bmp");
spatialPooler.performPooling(); // 11 active columns
Set<ColumnPosition> columnActivityAfterSeeingImage2 = spatialPooler
.getActiveColumnPositions();
// = (6,5)(6, 3)(6, 2)(5, 3)(3, 5)(2, 2)(1, 3)(1, 2)(2, 5)(1, 5)(4, 4)
// -----------------------compute SDR score----------------------------