@Deprecated
public class Word2VecChange
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Word2VecChange(java.util.List<Triple<java.lang.Integer,java.lang.Integer,java.lang.Integer>> counterMap,
Word2VecParam param)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(InMemoryLookupTable table)
Deprecated.
Take the changes and apply them
to the given table
|
public Word2VecChange(java.util.List<Triple<java.lang.Integer,java.lang.Integer,java.lang.Integer>> counterMap, Word2VecParam param)
public void apply(InMemoryLookupTable table)
table
- the memory lookup table
to apply the changes to