public interface LMSSolver
Title: LMSSolver
Description: An interface for objects that can perform a Least Mean Squares type regression.
Modifier and Type | Interface and Description |
---|---|
static class |
LMSSolver.Utils
Title: Utils
|
Modifier and Type | Method and Description |
---|---|
double[] |
solve(double[][] xMatrix,
double[] dMatrix) |