Learn R Programming

dCUR (version 1.0.1)

relevant_variables_plot: relevant_variables_plot

Description

relevant_variables_plot returns a bar graph which contains the leverages of the most relevant variable of data matrix according to CUR decomposition.

Usage

relevant_variables_plot(data)

Arguments

data

An object resulting from a call to CUR.

Author

Cesar Gamboa-Sanabria, Stefany Matarrita-Munoz, Katherine Barquero-Mejias, Greibin Villegas-Barahona, Mercedes Sanchez-Barba and Maria Purificacion Galindo-Villardon.

Details

Relevant Variables Plot

References

dynamyCURdCUR

See Also

dCUR CUR

Examples

Run this code
# \donttest{
result <- CUR(data=AASP, variables=hoessem:notabachillerato,
k=20, rows = 1, columns = .2, standardize = TRUE,
cur_method = "sample_cur")
relevant_variables_plot(result)
# }

Run the code above in your browser using DataLab