Skip to content

Commit

Permalink
Fix docu
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Nov 15, 2024
1 parent 1131bdc commit 2d5f2dc
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .covrignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
./R/PredictLayer.R
./R/PredictMetaLayer.R
./R/Predicting.R
./R/createTraining.R
./R/createTesting.R
./R/trainingFunctions.R
./R/testingFunctions.R
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Collate:
'TrainMetaLayer.R'
'Training.R'
'VarSel.R'
'createTesting.R'
'createTraining.R'
'entities.R'
'weightedMeanLearner.R'
'predict.bestSpecificLearner.R'
'predict.weightedMeanLearner.R'
'testingFunctions.R'
'trainingFunctions.R'
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion R/Training.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' @title Training Class
#'
#' @description
#' This class is the basic class of the present package. An object from this class
#' This is one of the two primary classes of fuseMLR. An object from this class
#' is designed to contain multiple training layers, but only one meta training layer.
#'
#' The Training class is structured as followed:
Expand Down
2 changes: 1 addition & 1 deletion man/Training.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/createTestLayer.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/createTesting.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/createTrainLayer.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/createTrainMetaLayer.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/createTraining.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/fusemlr.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/predict.Training.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/upsetplot.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/varSelection.Rd

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

0 comments on commit 2d5f2dc

Please sign in to comment.