| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Math.Elbow
Documentation
findElbow :: (RealFloat a, Numeric a) => Matrix a -> Maybe (Int, (a, a)) Source #
Get the elbow point (and its index) of a two-dimensional distribution. Matrix rows are observations, columns are dimensions.