| Copyright | (c) Alexander Ignatyev 2016 |
|---|---|
| License | BSD-3 |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
MachineLearning.LeastSquaresModel
Description
Documentation
data LeastSquaresModel #
Constructors
| LeastSquares |
Instances
| Model LeastSquaresModel # | |
Defined in MachineLearning.LeastSquaresModel Methods hypothesis :: LeastSquaresModel -> Matrix -> Vector -> Vector # cost :: LeastSquaresModel -> Regularization -> Matrix -> Vector -> Vector -> R # gradient :: LeastSquaresModel -> Regularization -> Matrix -> Vector -> Vector -> Vector # | |