Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
None
-
None
Description
Add a method
public static Neuron[] sort(double[] features, Iterable<Neuron> neurons, DistanceMeasure distance) { /* ... */ }
that returns the neurons sorted in increasing order of their distance (in data space) to the given features.