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 SquareNeighbourhoodNeighbourhood type.private static final longSerializable.private final booleanWrap.private final booleanWrap. -
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
Neuronfor which this instance is the proxy.
-