Description Objects from the Class Slots Methods References Examples
Class for the results of CUR decompostion performed by the function CUR
Objects can be created by calls to the function CUR
C
:matrix C
U
:matrix U
R
:matrix R
C.leverage.score
:leverage scores of the columns
R.leverage.score
:leverage scores of the rows
C.index
:index of columns selected for C
R.index
:index of rows selected for R
Error
:the error of the approximation
retrieves the matrix C from object of CURobj-class
retrieves the matrix U from object of CURobj-class
retrieves the matrix R from object of CURobj-class
retrieves the error from object of CURobj-class
retrieves the vector of leverage scores from object of CURobj-class
retrieves the top elements of leverage scores from object of CURobj-class
plot the leverage scores of CURobj-class object
Mahoney M. W. and Drineas P. (2009) CUR matrix decompositions for improved data analysis. PNAS, 106(3):697-702
Andras Bodor, Istvan Csabai, Michael W Mahoney and Norbert Solymosi rCUR:an R package for CUR matrix decomposition BMC Bioinformatics 2012, 13:103 doi:10.1186/1471-2105-13-103
1 | showClass("CURobj")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.