tsne-1.3.0: t-SNE

Safe HaskellNone
LanguageHaskell2010

Data.Algorithm.TSNE.Checks

Documentation

isSquare :: Int -> [[a]] -> Bool Source #

has2DShape :: (Int, Int) -> [[a]] -> Bool Source #

shape2D :: [[a]] -> (Int, Int) Source #