Interface ALS.LeastSquaresNESolver
- All Superinterfaces:
- Serializable
- Enclosing class:
- ALS
Trait for least squares solvers applied to the normal equation.
- 
Method SummaryModifier and TypeMethodDescriptionfloat[]solve(org.apache.spark.ml.recommendation.ALS.NormalEquation ne, double lambda) Solves a least squares problem with regularization (possibly with other constraints).
- 
Method Details- 
solvefloat[] solve(org.apache.spark.ml.recommendation.ALS.NormalEquation ne, double lambda) Solves a least squares problem with regularization (possibly with other constraints).
 
-