Skip to content

Commit

Permalink
Register exported S3 methods
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-j-smith committed Sep 10, 2023
1 parent 5411e2b commit 610c3d7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -206,18 +206,28 @@ S3method(as.data.frame, SurvMatrix)
S3method(as.data.frame, TabularArray)
S3method(as.double, BinomialVariate)
S3method(as.MLControl, character)
S3method(as.MLControl, default)
S3method(as.MLControl, "function")
S3method(as.MLControl, MLControl)
S3method(as.MLControl, "NULL")
S3method(as.MLMetric, character)
S3method(as.MLMetric, default)
S3method(as.MLMetric, MLMetric)
S3method(as.MLInput, default)
S3method(as.MLInput, formula)
S3method(as.MLInput, matrix)
S3method(as.MLInput, MLInput)
S3method(as.MLInput, MLModelFit)
S3method(as.MLInput, ModelSpecification)
S3method(as.MLInput, recipe)
S3method(as.MLModel, character)
S3method(as.MLModel, default)
S3method(as.MLModel, MLModel)
S3method(as.MLModel, MLModelFit)
S3method(as.MLModel, MLModelFunction)
S3method(as.MLModel, model_spec)
S3method(as.MLModel, ModelSpecification)
S3method(as.MLModel, "NULL")
S3method(as_string, default)
S3method(as_string, character)
S3method(bake, step_lincomp)
Expand Down Expand Up @@ -259,8 +269,13 @@ S3method(map, "function")
S3method(model.matrix, ModelDesignTerms)
S3method(model.matrix, ModelFormulaTerms)
S3method(model.matrix, ModelFrame)
S3method(ModelFrame, data.frame)
S3method(ModelFrame, formula)
S3method(ModelFrame, matrix)
S3method(ModelFrame, ModelFrame)
S3method(ModelFrame, ModelTerms)
S3method(ModelFrame, recipe)
S3method(ModelSpecification, default)
S3method(ModelSpecification, formula)
S3method(ModelSpecification, matrix)
S3method(ModelSpecification, ModelFrame)
Expand All @@ -269,10 +284,13 @@ S3method(ParameterGrid, list)
S3method(ParameterGrid, param)
S3method(ParameterGrid, parameters)
S3method(performance, BinomialVariate)
S3method(performance, BootOptimismControl)
S3method(performance, ConfusionList)
S3method(performance, ConfusionMatrix)
S3method(performance, CVOptimismControl)
S3method(performance, factor)
S3method(performance, matrix)
S3method(performance, MLControl)
S3method(performance, MLModel)
S3method(performance, numeric)
S3method(performance, Resample)
Expand Down Expand Up @@ -347,6 +365,7 @@ S3method(resample, MLModelFunction)
S3method(resample, ModelFrame)
S3method(resample, ModelSpecification)
S3method(resample, recipe)
S3method(response, formula)
S3method(response, MLModelFit)
S3method(response, ModelFrame)
S3method(response, ModelSpecification)
Expand All @@ -367,9 +386,11 @@ S3method(SelectedInput, recipe)
S3method(SelectedModel, default)
S3method(SelectedModel, list)
S3method(SelectedModel, ModelSpecification)
S3method(set_monitor, list)
S3method(set_monitor, MLControl)
S3method(set_monitor, MLOptimization)
S3method(set_monitor, ModelSpecification)
S3method(set_monitor, TrainingParams)
S3method(set_optim_bayes, ModelSpecification)
S3method(set_optim_bfgs, ModelSpecification)
S3method(set_optim_grid, TrainingParams)
Expand Down

0 comments on commit 610c3d7

Please sign in to comment.