public class IterativeSVMWeightVectorObjectDirectSink extends AbstractIterableDataCompute<double[]> implements ISink, ICollector<double[]>
| Constructor and Description |
|---|
IterativeSVMWeightVectorObjectDirectSink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(IMessage<java.util.Iterator<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 IterativeSVMWeightVectorObjectDirectSink()
public boolean execute(IMessage<java.util.Iterator<double[]>> message)
IComputepublic DataPartition<double[]> get()
ICollectorget in interface Collectorget in interface ICollector<double[]>