relevant_variables_plot: relevant_variables_plot

View source: R/relevant_variables_plot.R

relevant_variables_plotR Documentation

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.

Details

Relevant Variables Plot

Author(s)

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

References

\insertRef

dynamyCURdCUR

See Also

dCUR CUR

Examples


result <- CUR(data=AASP, variables=hoessem:notabachillerato,
k=20, rows = 1, columns = .2, standardize = TRUE,
cur_method = "sample_cur")
relevant_variables_plot(result)



dCUR documentation built on Oct. 18, 2023, 5:10 p.m.