Copyright | (c) Fabricio Olivetti de Franca 2022 |
---|---|
License | GPL-3 |
Maintainer | fabricio.olivetti@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Performance measures for Regression and Classification.
Documentation
A performance measure has a string name and a function that
takes a vector of the true values, a vector of predict values
and returns a Double
.
measureAll :: [Measure] Source #
List of all measures