public interface NormalEquationSolver
Modifier and Type | Method and Description |
---|---|
org.apache.spark.ml.optim.NormalEquationSolution |
solve(double bBar,
double bbBar,
DenseVector abBar,
DenseVector aaBar,
DenseVector aBar)
Solve the normal equations from summary statistics.
|
org.apache.spark.ml.optim.NormalEquationSolution solve(double bBar, double bbBar, DenseVector abBar, DenseVector aaBar, DenseVector aBar)