inincs / pyNCS

pyNCS is a python library that allows easy access to Neuromorphic Chips and Systems (NCS),
http://inincs.github.com/pyNCS/
GNU General Public License v2.0
16 stars 10 forks source link

Documentation (Docstrings) for connection fashion #20

Open eneftci opened 11 years ago

eneftci commented 11 years ago

quoting Sadiques e-mail:

"Unfortunately there is no easy way to find out which types of connection 'fashions' you have available to you.

The easiest way to inspect which fashions you have available to you is by doing the following

once you have initialized the NeuroSetup for your experimental setup in ipython do the following

$ setup.mapping.connect_ pyNCS.Mapping.__connect_all2all
pyNCS.Mapping.connect_by_probability_matrix pyNCS.Mapping.connect_shuffle_all2all pyNCS.Mapping.connect_by_arbitrary_matrix
pyNCS.Mapping.connect_one2one
pyNCS.Mapping.connect_by_binary_matrix
pyNCS.Mapping.connect_random_all2all

Hope that helps.. In the mean time, we will try and fix the bug and update the documentation about this stuff." <------ :)