Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ejaasaari committed Aug 7, 2016
1 parent ea08825 commit 82849fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mrpt/Mrpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,8 @@ class Mrpt {
* Builds a random sparse matrix for use in random projection. The components of
* the matrix are drawn from the distribution
*
* -1 w.p. 1 / 2s
* 0 w.p. 1 - 1 / s
* +1 w.p. 1 / 2s
* 0 w.p. 1 - 1 / s
* N(0, 1) w.p. 1 / s
*
* where s = 1 / density.
*/
Expand Down

0 comments on commit 82849fd

Please sign in to comment.