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:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
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 granularityMethods inherited from class org.apache.wayang.ml4all.abstraction.api.LogicalOperator
finalise, initialise
-
Constructor Details
-
ComputeLogisticGradient
public ComputeLogisticGradient()
-
-
Method Details