@Deprecated public class DistributedSgDotMessage extends BaseVoidMessage implements DistributedMessage
| Modifier and Type | Field and Description |
|---|---|
protected float |
alpha
Deprecated.
|
protected byte[] |
codes
Deprecated.
|
protected short |
negSamples
Deprecated.
|
protected int[] |
rowsA
Deprecated.
|
protected int[] |
rowsB
Deprecated.
|
protected boolean |
useHS
Deprecated.
|
protected int |
w1
Deprecated.
|
protected int |
w2
Deprecated.
|
clipboard, messageType, originatorId, retransmitCount, role, shardIndex, storage, targetId, taskId, trainer, transport, voidConfiguration| Constructor and Description |
|---|
DistributedSgDotMessage()
Deprecated.
|
DistributedSgDotMessage(long taskId,
@NonNull int[] rowsA,
@NonNull int[] rowsB,
int w1,
int w2,
@NonNull byte[] codes,
boolean useHS,
short negSamples,
float alpha)
Deprecated.
|
DistributedSgDotMessage(long taskId,
int rowA,
int rowB)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processMessage()
Deprecated.
This method calculates dot of gives rows
|
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 int[] rowsA
protected int[] rowsB
protected int w1
protected int w2
protected boolean useHS
protected short negSamples
protected float alpha
protected byte[] codes
public DistributedSgDotMessage()
@Deprecated public DistributedSgDotMessage(long taskId, int rowA, int rowB)
public DistributedSgDotMessage(long taskId,
@NonNull
@NonNull int[] rowsA,
@NonNull
@NonNull int[] rowsB,
int w1,
int w2,
@NonNull
@NonNull byte[] codes,
boolean useHS,
short negSamples,
float alpha)
public void processMessage()
processMessage in interface VoidMessageCopyright © 2021. All rights reserved.