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