nnpiv.rkhs.ApproxRKHSIVL2
- class nnpiv.rkhs.ApproxRKHSIVL2(kernel_approx='nystrom', n_components=10, kernel='rbf', gamma=2, degree=3, coef0=1, kernel_params=None, delta_scale='auto', delta_exp='auto', alpha_scale='auto')[source]
Approximate RKHS IV estimator with L2 regularization.
This class mirrors
RKHSIVL2using finite kernel feature approximations.