public class SVMCommsReducer extends CommsWorker
| Modifier and Type | Class and Description |
|---|---|
class |
SVMCommsReducer.FinalSingularReceiver |
CommsWorker.DataStreamercommsType, features, finishedSources, inputDataArray, logicalPlan, parallelism, sourcesDone, svmJobParameters, taskStages, testingSamples, trainingSamples, workerId| Constructor and Description |
|---|
SVMCommsReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
execute(WorkerEnvironment workerEnv) |
protected void |
finishCommunication(int src) |
java.util.List<java.lang.Integer> |
generateTaskStages() |
protected boolean |
isDone() |
protected void |
progressCommunication() |
protected boolean |
sendMessages(int task,
java.lang.Object data,
int flag) |
execute, progressprotected void execute(WorkerEnvironment workerEnv)
execute in class CommsWorkerprotected void progressCommunication()
progressCommunication in class CommsWorkerprotected boolean isDone()
isDone in class CommsWorkerpublic void close()
close in class CommsWorkerprotected boolean sendMessages(int task,
java.lang.Object data,
int flag)
sendMessages in class CommsWorkerprotected void finishCommunication(int src)
finishCommunication in class CommsWorkerpublic java.util.List<java.lang.Integer> generateTaskStages()
generateTaskStages in class CommsWorker