diff options
Diffstat (limited to 'inst/CITATION')
| -rw-r--r-- | inst/CITATION | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..243ec70 --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,21 @@ +citHeader("To site GenSVM in publications use:") + +bibentry(bibtype="article", + key="JMLR:v17:14-526", + title= "{GenSVM}: A Generalized Multiclass Support Vector Machine", + author = personList( + as.person("Gerrit J.J. van den Burg"), + as.person("Patrick J.F. Groenen") + ), + journal = "Journal of Machine Learning Research", + year = "2016", + volume = "17", + number = "225", + pages = "1-42", + url = "http://jmlr.org/papers/v17/14-526.html", + textVersion = paste( + "Gerrit J.J. van den Burg and Patrick J.F. Groenen (2016).", + "GenSVM: A Generalized Multiclass Support Vector Machine.", + "Journal of Machine Learning Research, 17(225):1--42." + ) +) |
