tsne-1.0.0.1: t-SNE
Data.Algorithm.TSNE.Checks
isSquare :: Int -> [[a]] -> Bool Source #
has2DShape :: (Int, Int) -> [[a]] -> Bool Source #
shape2D :: [[a]] -> (Int, Int) Source #
isRectangular :: [[a]] -> Bool Source #