|
final String
layerPrefix = "AA",
layerSuffix = "BB";
final LayerStructure
layerStructure = new LayerStructure (
MODEL_FACTORY,
nodeCount,
edgeLengthX,
edgeLengthY );
layerStructure.addLayer (
layerPrefix,
layerSuffix,
layerMultiplierX,
layerMultiplierY,
"neuronType" );
layerStructure.abmapcells_Main (
sectionsInAxisX,
sectionsInAxisY );
final int neuronIndexActual = layerStructure.cellmap_slow (
layerPrefix,
layerSuffix,
layerCoordinateX,
layerCoordinateY );
|