Added missing serial version ids.
This commit is contained in:
parent
b6488f0869
commit
4aa1d98adf
|
@ -32,6 +32,8 @@ import org.apache.commons.math4.ml.neuralnet.Network;
|
|||
* @since 3.3
|
||||
*/
|
||||
public class NeuronString implements Serializable {
|
||||
/** Serial version ID */
|
||||
private static final long serialVersionUID = 1L;
|
||||
/** Underlying network. */
|
||||
private final Network network;
|
||||
/** Number of neurons. */
|
||||
|
|
|
@ -42,6 +42,8 @@ import org.apache.commons.math4.ml.neuralnet.SquareNeighbourhood;
|
|||
* @since 3.3
|
||||
*/
|
||||
public class NeuronSquareMesh2D implements Serializable {
|
||||
/** Serial version ID */
|
||||
private static final long serialVersionUID = 1L;
|
||||
/** Underlying network. */
|
||||
private final Network network;
|
||||
/** Number of rows. */
|
||||
|
|
Loading…
Reference in New Issue