Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.regression |
Provides regression algorithms, such as Linear Regression.
|
Modifier and Type | Class and Description |
---|---|
class |
FletcherXuHybridEstimation
The Fletcher-Xu hybrid estimation for solving the nonlinear least-squares
parameters.
|
class |
GaussNewtonAlgorithm
Implementation of the Gauss-Newton parameter-estimation procedure.
|
class |
LeastSquaresEstimator
Abstract implementation of iterative least-squares estimators.
|
class |
LevenbergMarquardtEstimation
Implementation of the nonlinear regression algorithm, known as
Levenberg-Marquardt Estimation (or LMA).
|