Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GFabien committed Apr 26, 2024
1 parent 811bcac commit f8b2b87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/rgcca_predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
#' block is missing.}
#' @return \item{model}{A list of the models trained using caret to make the
#' predictions and compute the scores.}
#' @return \item{probs}{A list of data.frames with the class probabilities
#' of the test and train response blocks predicted by the prediction
#' model. If the prediction model does not compute class probabilities, the
#' data.frames are empty.}
#' @return \item{metric}{A list of data.frames containing the scores obtained
#' on the training and testing sets.}
#' @return \item{confusion}{A list containing NA for regression tasks.
Expand Down
5 changes: 5 additions & 0 deletions man/rgcca_predict.Rd

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

0 comments on commit f8b2b87

Please sign in to comment.