Home
last modified time | relevance | path

Searched defs:neurons (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/
H A DMapUtils.java57 Iterable<Neuron> neurons, in findBest()
86 Iterable<Neuron> neurons, in findBestAndSecondBest()
131 Iterable<Neuron> neurons, in sort()
244 Iterable<Neuron> neurons, in computeQuantizationError()
H A DNetwork.java178 final List<Neuron> neurons = new ArrayList<Neuron>(); in getNeurons() local
338 public Collection<Neuron> getNeighbours(Iterable<Neuron> neurons) { in getNeighbours()
354 public Collection<Neuron> getNeighbours(Iterable<Neuron> neurons, in getNeighbours()