Compare 2 genetic neural network on their square error

[Visual Basic]
NotOverridable Public Function CompareTo( _
   ByVal other As Object _
) As Integer
[C#]
public final int CompareTo(
   object other
);

Parameters

other

another neural network

Return Value

the comparative value

See Also

GeneticLearningAlgorithm.GeneticNeuralNetwork Class | GeneticLearningAlgorithm.GeneticNeuralNetwork Members | NeuralNetwork Namespace