Package org.nlpub.watset.graph
Class NodeEmbedding<V>
- java.lang.Object
-
- org.apache.commons.math3.ml.clustering.DoublePoint
-
- org.nlpub.watset.graph.NodeEmbedding<V>
-
- Type Parameters:
V- the type of nodes in the graph
- All Implemented Interfaces:
Serializable,Supplier<V>,org.apache.commons.math3.ml.clustering.Clusterable
public class NodeEmbedding<V> extends org.apache.commons.math3.ml.clustering.DoublePoint implements Supplier<V>
Coordinates of the graph node.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeEmbedding(V node, double[] point)Create an instance of node coordinates.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget()
-