Compute loss function for OSS (RcppArmadillo-version)
Usage
armaComputeLoss(X, xa, y, ya, tPow)
Arguments
- X
Matrix of the candidate set.
- xa
Norm of the candidate set.
- y
A vector. The point which be selected last iteration.
- ya
Norm of y
.
- tPow
The power of the loss function.
Value
Loss of the candidate set.