@Deprecated public class Word2VecHandler extends water.api.Handler<Word2Vec,Word2VecV2>
| Constructor and Description |
|---|
Word2VecHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compute2()
Deprecated.
|
protected int |
max_ver()
Deprecated.
|
protected int |
min_ver()
Deprecated.
|
protected Word2VecV2 |
schema(int version)
Deprecated.
|
Word2VecV2 |
train(int version,
Word2Vec builder)
Deprecated.
|
clone, compute, frozenType, icer, nextThrPriority, onExceptionalCompletion, priority, read_impl, read, readJSON_impl, readJSON, write_impl, write, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONaddToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, onCompletion, setCompleter, setPendingCount, setRawResult, tryCompleteadapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkprotected int min_ver()
min_ver in class water.api.Handler<Word2Vec,Word2VecV2>protected int max_ver()
max_ver in class water.api.Handler<Word2Vec,Word2VecV2>public Word2VecV2 train(int version, Word2Vec builder)
protected Word2VecV2 schema(int version)
schema in class water.api.Handler<Word2Vec,Word2VecV2>public void compute2()
compute2 in class water.api.Handler<Word2Vec,Word2VecV2>