Home
last modified time | relevance | path

Searched refs:neighboursId (Results 1 – 1 of 1) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/neuralnet/
H A DNetwork.java440 final long[] neighboursId = new long[neighbours.size()]; in writeReplace() local
443 neighboursId[count] = n.getIdentifier(); in writeReplace()
446 neighbourIdList[i] = neighboursId; in writeReplace()