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, wait
get
getCollectibleNames
endExecute
public IterativeSVMAccuracyReduce(OperationMode operationMode)
public DataPartition<java.lang.Double> get()
ICollector
get
in interface Collector
get
in interface ICollector<java.lang.Double>