@Deprecated public class DistributedSkipGramMessage extends BaseVoidMessage implements DistributedMessage
| Modifier and Type | Field and Description |
|---|---|
protected double |
alpha
Deprecated.
|
protected byte[] |
codes
Deprecated.
|
protected short |
negSamples
Deprecated.
|
protected long |
nextRandom
Deprecated.
|
protected int[] |
points
Deprecated.
|
protected int |
w1
Deprecated.
|
protected int |
w2
Deprecated.
|
clipboard, messageType, originatorId, retransmitCount, role, shardIndex, storage, targetId, taskId, trainer, transport, voidConfiguration| Modifier | Constructor and Description |
|---|---|
protected |
DistributedSkipGramMessage()
Deprecated.
|
|
DistributedSkipGramMessage(@NonNull SkipGramRequestMessage message)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processMessage()
Deprecated.
This method will be started in context of executor, either Shard, Client or Backup node
|
asBytes, asUnsafeBuffer, attachContext, extractContext, getMessageType, incrementRetransmitCount, isBlockingMessage, isJoinSupported, joinMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasBytes, asUnsafeBuffer, attachContext, extractContext, fromBytes, getMessageType, getOriginatorId, getRetransmitCount, getTargetId, getTaskId, incrementRetransmitCount, isBlockingMessage, isJoinSupported, joinMessage, setOriginatorId, setTargetIdprotected double alpha
protected int w1
protected int w2
protected int[] points
protected byte[] codes
protected short negSamples
protected long nextRandom
protected DistributedSkipGramMessage()
public DistributedSkipGramMessage(@NonNull
@NonNull SkipGramRequestMessage message)
public void processMessage()
VoidMessageprocessMessage in interface VoidMessageCopyright © 2021. All rights reserved.