krvfl.Rd
Simple and efficient implementation using the kernel trick on concatenated features
krvfl( x, y, lambda = 0.1, nb_hidden = 100L, activation = c("relu", "sigmoid", "tanh", "linear"), sigma = 1, seed = NULL, ... )
Matrix of predictors (n x p)
Response vector (n x 1) or matrix (n x m)
Regularization parameter
Number of hidden units
Activation function
Scale parameter for weights
Random seed
Additional arguments
krvfl object