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:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeEmbedding
(V node, double[] point) Create an instance of node coordinates. -
Method Summary
Methods inherited from class org.apache.commons.math3.ml.clustering.DoublePoint
equals, getPoint, hashCode, toString