Class Network.NeuronIdentifierComparator
java.lang.Object
org.apache.commons.math3.ml.neuralnet.Network.NeuronIdentifierComparator
- All Implemented Interfaces:
Serializable,Comparator<Neuron>
- Enclosing class:
Network
public static class Network.NeuronIdentifierComparator
extends Object
implements Comparator<Neuron>, Serializable
Comparator that prescribes an order of the neurons according
to the increasing order of their identifier.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
NeuronIdentifierComparator
public NeuronIdentifierComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Neuron>
-