public class TermAndVector
extends Object
Word2Vec unit composed by a term with the associated vector
-
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
-
vector
private final float[] vector
-
Constructor Details
-
TermAndVector
public TermAndVector(BytesRef term,
float[] vector)
-
Method Details
-
-
getVector
public float[] getVector()
-
-
normalizeVector
public void normalizeVector()
-