rp-tree-0.2.1.0: Random projection trees
Safe HaskellNone
LanguageHaskell2010

Data.RPTree.Internal.Testing

Synopsis

Documentation

datD Source #

Arguments

:: Monad m 
=> Int

number of data points

-> Int

vector dimension

-> ConduitT i (DVector Double) (GenT m) () 

binary mixture of isotropic Gaussian rvs

datS Source #

Arguments

:: Monad m 
=> Int

number of data points

-> Int

vector dimension

-> Double

nonzero density

-> ConduitT i (SVector Double) (GenT m) () 

binary mixture of isotropic Gaussian rvs with sparse components