public class IterativeSVMWeightVectorReduce extends BaseCompute<double[]> implements ICollector<double[]>
Constructor and Description |
---|
IterativeSVMWeightVectorReduce(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, wait
get
getCollectibleNames
endExecute
public IterativeSVMWeightVectorReduce(OperationMode operationMode)
public boolean execute(IMessage<double[]> message)
ICompute
public DataPartition<double[]> get()
ICollector
get
in interface Collector
get
in interface ICollector<double[]>