public class IterativeSVMPrimaryDataObjectDirectSink extends BaseCompute implements Collector
| Constructor and Description |
|---|
IterativeSVMPrimaryDataObjectDirectSink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(IMessage message)
Execute with an incoming message
|
DataPartition<?> |
get()
This method add the received message from the DataObject Source into the data objects.
|
void |
prepare(Config cfg,
TaskContext ctx)
Prepare the task to be executed
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getCollectibleNamesendExecutepublic IterativeSVMPrimaryDataObjectDirectSink()
public DataPartition<?> get()
public boolean execute(IMessage message)
IComputepublic void prepare(Config cfg, TaskContext ctx)
INode