# Generated by roxygen2: do not edit by hand

S3method(as.data.table,BenchmarkResult)
S3method(as.data.table,DictionaryGenerator)
S3method(as.data.table,DictionaryLearner)
S3method(as.data.table,DictionaryMeasure)
S3method(as.data.table,DictionaryResampling)
S3method(as.data.table,DictionaryTask)
S3method(as.data.table,PredictionClassif)
S3method(as.data.table,PredictionRegr)
S3method(as.data.table,ResampleResult)
S3method(as.data.table,Task)
S3method(as_data_backend,Matrix)
S3method(as_data_backend,data.frame)
S3method(c,Prediction)
S3method(c,PredictionClassif)
S3method(c,PredictionRegr)
export(BenchmarkResult)
export(DataBackend)
export(DataBackendDataTable)
export(DataBackendMatrix)
export(Generator)
export(Generator2DNormals)
export(GeneratorFriedman1)
export(GeneratorSmiley)
export(GeneratorXor)
export(Learner)
export(LearnerClassif)
export(LearnerClassifDebug)
export(LearnerClassifFeatureless)
export(LearnerClassifRpart)
export(LearnerRegr)
export(LearnerRegrFeatureless)
export(LearnerRegrRpart)
export(Measure)
export(MeasureClassif)
export(MeasureClassifACC)
export(MeasureClassifAUC)
export(MeasureClassifCE)
export(MeasureClassifConfusion)
export(MeasureClassifCosts)
export(MeasureClassifF1)
export(MeasureElapsedTime)
export(MeasureOOBError)
export(MeasureRegr)
export(MeasureRegrMAE)
export(MeasureRegrMSE)
export(MeasureRegrRMSE)
export(MeasureSelectedFeatures)
export(Prediction)
export(PredictionClassif)
export(PredictionRegr)
export(ResampleResult)
export(Resampling)
export(ResamplingBootstrap)
export(ResamplingCV)
export(ResamplingCustom)
export(ResamplingHoldout)
export(ResamplingRepeatedCV)
export(ResamplingSubsampling)
export(Task)
export(TaskClassif)
export(TaskRegr)
export(TaskSupervised)
export(as.data.table)
export(as_data_backend)
export(assert_backend)
export(assert_benchmark_result)
export(assert_learner)
export(assert_learners)
export(assert_measure)
export(assert_measures)
export(assert_prediction)
export(assert_resample_result)
export(assert_resampling)
export(assert_resamplings)
export(assert_row_ids)
export(assert_task)
export(assert_tasks)
export(benchmark)
export(cast_from_dict)
export(confusion_measures)
export(expand_grid)
export(mlr_control)
export(mlr_generators)
export(mlr_learners)
export(mlr_measures)
export(mlr_reflections)
export(mlr_resamplings)
export(mlr_tasks)
export(resample)
import(checkmate)
import(data.table)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(R6,is.R6)
importFrom(stats,reformulate)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)
