Class NeuronSquareMesh2D.SerializationProxy
java.lang.Object
org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D.SerializationProxy
- All Implemented Interfaces:
Serializable
- Enclosing class:
NeuronSquareMesh2D
Serialization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final double[][][]
Neurons' features.private final SquareNeighbourhood
Neighbourhood type.private static final long
Serializable.private final boolean
Wrap.private final boolean
Wrap. -
Constructor Summary
ConstructorsConstructorDescriptionSerializationProxy
(boolean wrapRows, boolean wrapColumns, SquareNeighbourhood neighbourhood, double[][][] featuresList) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerializable.- See Also:
-
wrapRows
private final boolean wrapRowsWrap. -
wrapColumns
private final boolean wrapColumnsWrap. -
neighbourhood
Neighbourhood type. -
featuresList
private final double[][][] featuresListNeurons' features.
-
-
Constructor Details
-
SerializationProxy
SerializationProxy(boolean wrapRows, boolean wrapColumns, SquareNeighbourhood neighbourhood, double[][][] featuresList) - Parameters:
wrapRows
- Whether the row dimension is wrapped.wrapColumns
- Whether the column dimension is wrapped.neighbourhood
- Neighbourhood type.featuresList
- List of neurons features.neuronList
.
-
-
Method Details
-
readResolve
Custom serialization.- Returns:
- the
Neuron
for which this instance is the proxy.
-