conditionValue | R Documentation |
Computes the condition number for the cross-product of a sparse matrix to itself
conditionValue(X)
X |
A sparse matrix (Matrix). |
The condition number for X'X reflects how close this matrix is to being singular, i.e. impossible to invert. The larger condition value, the closer it is to being singular.
A positive numeric value
Lars Snipen.
genomeClustering
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.