Skip to content

Commit

Permalink
update documentation and DESCRIPTION (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
skent259 authored Jul 8, 2022
1 parent 0f80bb4 commit 78e38f4
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Package
Package: mildsvm
Title: Multiple-Instance Learning With Support Vector Machines
Title: Multiple-Instance Learning with Support Vector Machines
Version: 0.4.0
Authors@R: c(
person("Sean", "Kent", , "skent259@gmail.com", role = c("aut", "cre"),
Expand All @@ -20,7 +20,7 @@ Description: Weakly supervised (WS), multiple instance (MI) data lives in
Chu and Keerthi (2007) <doi:10.1162/neco.2007.19.3.792>; and Andrews
et al. (2003)
<https://papers.nips.cc/paper/2232-support-vector-machines-for-multiple-instance-learning.pdf>.
Many functions use the 'Gurobi' optimization backend to improve the
Many functions use the 'Gurobi' optimization back-end to improve the
optimization problem speed; the 'gurobi' R package and associated
software can be downloaded from <https://www.gurobi.com> after
obtaining a license.
Expand Down
2 changes: 1 addition & 1 deletion R/kfm_nystrom.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ validate_kfm_nystrom <- function(x) {
#'
#' Kent, S., & Yu, M. (2022). Non-convex SVM for cancer diagnosis based on
#' morphologic features of tumor microenvironment *arXiv preprint*
#' [arXiv:2206.14704](http://arxiv.org/abs/2206.14704)
#' [arXiv:2206.14704](https://arxiv.org/abs/2206.14704)
#'
#' @examples
#' df <- data.frame(
Expand Down
3 changes: 1 addition & 2 deletions R/mior.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ validate_mior <- function(x) {
#'
#' @references Xiao, Y., Liu, B., & Hao, Z. (2017). Multiple-instance ordinal
#' regression. *IEEE Transactions on Neural Networks and Learning Systems*,
#' *29*(9), 4398-4413.
#' [doi:10.1109/TNNLS.2017.2766164](https://doi.org/10.1109/TNNLS.2017.2766164)
#' *29*(9), 4398-4413. \doi{10.1109/TNNLS.2017.2766164}
#'
#' @seealso [predict.misvm()] for prediction on new data.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/mismm.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ validate_mismm <- function(x) {
#'
#' @references Kent, S., & Yu, M. (2022). Non-convex SVM for cancer diagnosis
#' based on morphologic features of tumor microenvironment *arXiv preprint*
#' [arXiv:2206.14704](http://arxiv.org/abs/2206.14704)
#' [arXiv:2206.14704](https://arxiv.org/abs/2206.14704)
#'
#' @seealso [predict.mismm()] for prediction on new data.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/misvm.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ validate_misvm <- function(x) {
#'
#' Kent, S., & Yu, M. (2022). Non-convex SVM for cancer diagnosis based on
#' morphologic features of tumor microenvironment *arXiv preprint*
#' [arXiv:2206.14704](http://arxiv.org/abs/2206.14704)
#' [arXiv:2206.14704](https://arxiv.org/abs/2206.14704)
#'
#' @seealso
#' * [predict.misvm()] for prediction on new data.
Expand Down
2 changes: 1 addition & 1 deletion R/svor_exc.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ validate_svor_exc <- function(x) {
#'
#' @references Chu, W., & Keerthi, S. S. (2007). Support vector ordinal
#' regression. *Neural computation*, *19*(3), 792-815.
#' [doi:10.1162/neco.2007.19.3.792](https://doi.org/10.1162/neco.2007.19.3.792)
#' \doi{10.1162/neco.2007.19.3.792}
#'
#' @seealso [predict.svor_exc()] for prediction on new data.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/kfm_nystrom.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/mildsvm-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/mior.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mismm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/misvm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/svor_exc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78e38f4

Please sign in to comment.