pal.math
Interface LMSSolver


public interface LMSSolver

Title: LMSSolver

Description: An interface for objects that can perform a Least Mean Squares type regression.

Version:
1.0
Author:
Matthew Goode

Nested Class Summary
static class LMSSolver.Utils
          Title: Utils
 
Method Summary
 double[] solve(double[][] xMatrix, double[] dMatrix)
           
 

Method Detail

solve

double[] solve(double[][] xMatrix,
               double[] dMatrix)