tsne-1.0.0.1: t-SNE

Safe HaskellNone
LanguageHaskell2010

Data.Algorithm.TSNE

Synopsis

Documentation

tsne3D :: TSNEOptions -> TSNEInput -> Producer TSNEOutput3D IO () Source #

Generates an infinite stream of 3D tSNE iterations.

forTsne3D :: (TSNEOutput3D -> IO ()) -> TSNEOptions -> TSNEInput -> IO () Source #

Executes an IO action for each iteration of the 3D tSNE algorithm.