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