Package smile.vq.hebb
Class Edge
java.lang.Object
smile.vq.hebb.Edge
- All Implemented Interfaces:
Serializable
The connection between neurons.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
neighbor
The neighbor neuron. -
age
public int ageThe age of the edges.
-
-
Constructor Details
-
Edge
Constructor.- Parameters:
neighbor
- the neighbor neuron.
-
Edge
Constructor.- Parameters:
neighbor
- the neighbor neuron.age
- the age of edge.
-