tdunning / knn

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

Need general distribution generator #4

Closed tdunning closed 12 years ago

tdunning commented 12 years ago

The constructor should accept a set of quantiles and flags to indicate whether values less than the min or more than the max observed should be generated.

The generator should generate uniformly distributed values and project those using an approximate inverse cumulative distribution function derived from the original empirical data.