public class IterativeSVMDataPointReduce extends BaseCompute<double[][]> implements ICollector<double[][]>
| Constructor and Description |
|---|
IterativeSVMDataPointReduce(OperationMode operationMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(IMessage<double[][]> message)
Execute with an incoming message
|
DataPartition<double[][]> |
get()
get the collected valued
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetgetCollectibleNamesendExecutepublic IterativeSVMDataPointReduce(OperationMode operationMode)
public DataPartition<double[][]> get()
ICollectorget in interface Collectorget in interface ICollector<double[][]>