Interface ALS.LeastSquaresNESolver
- All Superinterfaces:
 Serializable
- Enclosing class:
 - ALS
 
Trait for least squares solvers applied to the normal equation.
- 
Method Summary
Modifier 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
- 
solve
float[] solve(org.apache.spark.ml.recommendation.ALS.NormalEquation ne, double lambda) Solves a least squares problem with regularization (possibly with other constraints). 
 -