public class IterativeWeightVectorReduceFunction extends java.lang.Object implements ISvmIterativeReduceFunction<double[]>
| Constructor and Description |
|---|
IterativeWeightVectorReduceFunction() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
onMessage(double[] object1,
double[] object2)
The actual message callback
|