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 Details

    • NeuronIdentifierComparator

      public NeuronIdentifierComparator()
  • Method Details