private static class NeuronSquareMesh2D.SerializationProxy
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private double[][][] |
featuresList
Neurons' features.
|
private SquareNeighbourhood |
neighbourhood
Neighbourhood type.
|
private static long |
serialVersionUID
Serializable.
|
private boolean |
wrapColumns
Wrap.
|
private boolean |
wrapRows
Wrap.
|
Constructor and Description |
---|
SerializationProxy(boolean wrapRows,
boolean wrapColumns,
SquareNeighbourhood neighbourhood,
double[][][] featuresList) |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
readResolve()
Custom serialization.
|
private static final long serialVersionUID
private final boolean wrapRows
private final boolean wrapColumns
private final SquareNeighbourhood neighbourhood
private final double[][][] featuresList
SerializationProxy(boolean wrapRows, boolean wrapColumns, SquareNeighbourhood neighbourhood, double[][][] featuresList)
wrapRows
- Whether the row dimension is wrapped.wrapColumns
- Whether the column dimension is wrapped.neighbourhood
- Neighbourhood type.featuresList
- List of neurons features.
neuronList
.private java.lang.Object readResolve()
Neuron
for which this instance is the proxy.