@Deprecated public class Word2VecChange extends Object implements Serializable
| Constructor and Description |
|---|
Word2VecChange(List<org.nd4j.common.primitives.Triple<Integer,Integer,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(List<org.nd4j.common.primitives.Triple<Integer,Integer,Integer>> counterMap, Word2VecParam param)
public void apply(InMemoryLookupTable table)
table - the memory lookup table
to apply the changes toCopyright © 2020. All rights reserved.