Copyright | (c) Alexander Ignatyev 2016 |
---|---|
License | BSD-3 |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
MachineLearning.Utils
Description
Various helpful utilities.
- reduceByRowsV :: (Vector -> R) -> Matrix -> Vector
- reduceByColumnsV :: (Vector -> R) -> Matrix -> Vector
- reduceByRows :: (Vector -> R) -> Matrix -> Matrix
- reduceByColumns :: (Vector -> R) -> Matrix -> Matrix
- sumByRows :: Matrix -> Matrix
- sumByColumns :: Matrix -> Matrix
- listOfTuplesToList :: [(a, a)] -> [a]
Documentation
sumByColumns :: Matrix -> Matrix Source #
listOfTuplesToList :: [(a, a)] -> [a] Source #
Converts list of tuples into list.