Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export(LDA.fit)
export(MachineLearning)
export(MachineLearningEnsemble)
export(MachineLearningMulti)
export(OrganiseCategoricalPredictors)
export(OrganizeCategoricalPredictors)
export(PredictOutcome)
export(PredictProbabilities)
export(Probabilities)
Expand Down
4 changes: 2 additions & 2 deletions R/machinelearning.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ parametersEqual <- function(recipient, donor) {
return(FALSE)
}

#' OrganiseCategoricalPredictors
#' OrganizeCategoricalPredictors
#'
#' Organize information about categorical predictors in the model.
#' @param input.model The machine learning model.
#' @param all.combo.boxes The selection of predictor values.
#' @export
OrganiseCategoricalPredictors <- function(input.model, all.combo.boxes) {
OrganizeCategoricalPredictors <- function(input.model, all.combo.boxes) {
estimation.data.template <- input.model$estimation.data.template
all.variable.names <- names(estimation.data.template)
outcome.name <- attr(estimation.data.template, "outcome.name")
Expand Down

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

Loading
Loading