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