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