Class ComputeLogisticGradient
- java.lang.Object
-
- org.apache.wayang.ml4all.abstraction.api.LogicalOperator
-
- org.apache.wayang.ml4all.abstraction.api.Compute<double[],double[]>
-
- org.apache.wayang.ml4all.algorithms.sgd.ComputeLogisticGradient
-
- All Implemented Interfaces:
java.io.Serializable
public class ComputeLogisticGradient extends Compute<double[],double[]>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComputeLogisticGradient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
aggregate(double[] g1, double[] g2)
Aggregates the output of the process() method to use in a group bydouble[]
process(double[] point, ML4allModel model)
Performs a computation at the data unit granularity-
Methods inherited from class org.apache.wayang.ml4all.abstraction.api.LogicalOperator
finalise, initialise
-
-
-
-
Method Detail
-
process
public double[] process(double[] point, ML4allModel model)
Description copied from class:Compute
Performs a computation at the data unit granularity
-
-