Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rezazadeh committed Mar 20, 2014
1 parent 4ce6caa commit a9f1f62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ import org.jblas.{DoubleMatrix, Singular, MatrixFunctions}
class SVD {
private var k = 1
private var computeU = true

// Singular values smaller than this value
// relative to the largest singular value are considered zero
private var rCond = 1e-9

/**
Expand Down

0 comments on commit a9f1f62

Please sign in to comment.