aboutsummaryrefslogtreecommitdiff
path: root/R/validate.R
AgeCommit message (Collapse)AuthorFilesLines
2018-04-03Add support for raw weight vector in gensvm()Gertjan van den Burg1-1/+1
2018-03-28Validate params in gensvm() functionGertjan van den Burg1-0/+70
Parameter validation was only done for some parameters in the gensvm() function and for the parameter grid in gensvm.grid() With this commit the parameters will be tested properly for both functions.