public class Word2VecBuilderHandler extends water.api.ModelBuilderHandler<Word2Vec,Word2VecV3,Word2VecV3.Word2VecParametersV3>
| Constructor and Description |
|---|
Word2VecBuilderHandler() |
| Modifier and Type | Method and Description |
|---|---|
water.api.Schema |
train(int version,
Word2VecV3 builderSchema)
Required so that Handler.handle() gets the correct schema types.
|
Word2VecV3 |
validate_parameters(int version,
Word2VecV3 builderSchema)
Required so that Handler.handle() gets the correct schema types.
|
compute2, getFromDKV, getFromDKV, getHandlerMethodInputSchema, getHandlerMethodOutputSchema, markdownclone, compute, frozenType, icer, nextThrPriority, onExceptionalCompletion, priority, read_impl, read, readJSON_impl, readJSON, write_impl, write, 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, tryUnforkpublic water.api.Schema train(int version,
Word2VecV3 builderSchema)
public Word2VecV3 validate_parameters(int version, Word2VecV3 builderSchema)