tdunning / knn

Large scale k-nn experiments
http://mahout.mapr.com
68 stars 21 forks source link

Need generator for multivariate normal #2

Closed tdunning closed 12 years ago

tdunning commented 12 years ago

This should take some specification for a covariance matrix and generate or fill a vector with random deviates.

tdunning commented 12 years ago

This is done, but still needs an initialization that uses a diagonal matrix.