public static interface ALS.LeastSquaresNESolver
extends scala.Serializable
| Modifier and Type | Method and Description | 
|---|---|
float[] | 
solve(org.apache.spark.ml.recommendation.ALS.NormalEquation ne,
     double lambda)
Solves a least squares problem with regularization (possibly with other constraints). 
 |