aboutsummaryrefslogtreecommitdiff
path: root/R/gensvm.R
AgeCommit message (Collapse)AuthorFilesLines
2018-03-30return invisiblyGertjan van den Burg1-1/+1
2018-03-30set feature names for coef resultGertjan van den Burg1-1/+2
2018-03-28Validate params in gensvm() functionGertjan van den Burg1-10/+5
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.
2018-03-28Add seealso to docs to facilitate exploration of package functionsGertjan van den Burg1-1/+1
2018-03-27GenSVM R packageGertjan van den Burg1-17/+75
2018-02-23Implement fitting and predictionGertjan van den Burg1-19/+27
2018-02-09initial commitGertjan van den Burg1-0/+128