Search found 3 matches

by lakrix
Tue Feb 23, 2016 3:52 pm
Forum: General questions and discussions about computational neuroscience
Topic: Data structure for Neuron
Replies: 5
Views: 29482

Re: Data structure for Neuron

Thanks for answering. Ye we might investigate how neuron can be implemented with an octree in c++ to gain memory efficiency. Do you have any information of typical simulation workflow i.e. how morphology analysis comes before actual simulations, to build the network?
by lakrix
Mon Feb 22, 2016 1:01 pm
Forum: General questions and discussions about computational neuroscience
Topic: Data structure for Neuron
Replies: 5
Views: 29482

Re: Data structure for Neuron

Im not looking for the format of the file. We want to use SWC files but the thing I'm asking is how you build the implementation of the neuron network. What types of data structures are best for implementing with a SWC file if you want the structure to be memory efficient and be able to search with ...
by lakrix
Mon Feb 22, 2016 3:55 am
Forum: General questions and discussions about computational neuroscience
Topic: Data structure for Neuron
Replies: 5
Views: 29482

Data structure for Neuron

Hi, What type of data structure is used when building Neuron in different programming languages? Currently I'm working on building a data structure for neurons which allows searching with spartial coordinates (x,y,z).The data structure should be memory efficient for searching through a huge network ...