Searched defs:neighbours (Results 1 – 7 of 7) sorted by relevance
64 std::array<T, 9> neighbours = { { 0 } }; in erode() local
216 final Collection<Neuron> neighbours = getNeighbours(neuron); in deleteNeuron() local439 final Collection<Neuron> neighbours = getNeighbours(neuronList[i]); in writeReplace() local
171 final Collection<Neuron> neighbours = net.getNeighbours(neuron); in computeU() local
193 final Collection<Neuron> neighbours = net.getNeighbours(neuron); in averageDistances() local
113 Collection<Neuron> neighbours = new HashSet<Neuron>(); in update() local
11445 struct list_head neighbours; member