Package pal.math
Interface LMSSolver
-
public interface LMSSolverTitle: LMSSolver
Description: An interface for objects that can perform a Least Mean Squares type regression.
- Version:
- 1.0
- Author:
- Matthew Goode
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLMSSolver.UtilsTitle: Utils
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]solve(double[][] xMatrix, double[] dMatrix)
-