private static class Network.SerializationProxy
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
featureSize
Number of features.
|
private long[][] |
neighbourIdList
Links.
|
private Neuron[] |
neuronList
Neurons.
|
private long |
nextId
Next identifier.
|
private static long |
serialVersionUID
Serializable.
|
| Constructor and Description |
|---|
Network.SerializationProxy(long nextId,
int featureSize,
Neuron[] neuronList,
long[][] neighbourIdList) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Object |
readResolve()
Custom serialization.
|
private static final long serialVersionUID
private final long nextId
private final int featureSize
private final Neuron[] neuronList
private final long[][] neighbourIdList
Network.SerializationProxy(long nextId,
int featureSize,
Neuron[] neuronList,
long[][] neighbourIdList)
nextId - Next available identifier.featureSize - Number of features.neuronList - Neurons.neighbourIdList - Links associated to each of the neurons in
neuronList.private java.lang.Object readResolve()
Network for which this instance is the proxy.Copyright (c) 2003-2015 Apache Software Foundation