cv.alpha {rsvddpd} | R Documentation |
Calculate optimal robustness parameter
Description
cv.alpha
returns the optimal robustness parameter
Usage
cv.alpha(X, alphas = 10)
Arguments
X |
|
alphas |
|
Value
A list containing
The choices of the robust parameters.
Corresponding cross validation score.
Best choice of the robustness parameter.
References
S. Roy, A. Basu and A. Ghosh (2021), A New Robust Scalable Singular Value Decomposition Algorithm for Video Surveillance Background Modelling https://arxiv.org/abs/2109.10680
[Package rsvddpd version 1.0.0 Index]