public class ParameterAveragingElementAddFunction extends java.lang.Object implements org.apache.spark.api.java.function.Function2<ParameterAveragingAggregationTuple,ParameterAveragingTrainingResult,ParameterAveragingAggregationTuple>
Constructor and Description |
---|
ParameterAveragingElementAddFunction() |
Modifier and Type | Method and Description |
---|---|
ParameterAveragingAggregationTuple |
call(ParameterAveragingAggregationTuple tuple,
ParameterAveragingTrainingResult result) |
public ParameterAveragingElementAddFunction()
public ParameterAveragingAggregationTuple call(ParameterAveragingAggregationTuple tuple, ParameterAveragingTrainingResult result) throws java.lang.Exception
call
in interface org.apache.spark.api.java.function.Function2<ParameterAveragingAggregationTuple,ParameterAveragingTrainingResult,ParameterAveragingAggregationTuple>
java.lang.Exception