Class Network.NeuronIdentifierComparator

java.lang.Object
org.apache.commons.math3.ml.neuralnet.Network.NeuronIdentifierComparator
All Implemented Interfaces:
Serializable, Comparator<Neuron>
Enclosing class:
Network

Comparator that prescribes an order of the neurons according to the increasing order of their identifier.
Since:
3.3
See Also: