# Generated by roxygen2: do not edit by hand

S3method(as.data.table,BenchmarkResult)
S3method(as.data.table,DictionaryLearner)
S3method(as.data.table,DictionaryMeasure)
S3method(as.data.table,DictionaryResampling)
S3method(as.data.table,DictionaryTask)
S3method(as.data.table,DictionaryTaskGenerator)
S3method(as.data.table,PredictionClassif)
S3method(as.data.table,PredictionRegr)
S3method(as.data.table,ResampleResult)
S3method(as.data.table,Task)
S3method(as_benchmark_result,BenchmarkResult)
S3method(as_benchmark_result,ResampleResult)
S3method(as_data_backend,DataBackend)
S3method(as_data_backend,Matrix)
S3method(as_data_backend,data.frame)
S3method(as_learner,Learner)
S3method(as_learners,Learner)
S3method(as_learners,list)
S3method(as_measure,"NULL")
S3method(as_measure,Measure)
S3method(as_measures,"NULL")
S3method(as_measures,Measure)
S3method(as_measures,list)
S3method(as_prediction,Prediction)
S3method(as_prediction,PredictionDataClassif)
S3method(as_prediction,PredictionDataRegr)
S3method(as_prediction_data,Prediction)
S3method(as_prediction_data,PredictionData)
S3method(as_prediction_data,list)
S3method(as_resampling,Resampling)
S3method(as_resamplings,Resampling)
S3method(as_resamplings,list)
S3method(as_task,Task)
S3method(as_task_classif,TaskRegr)
S3method(as_task_classif,data.frame)
S3method(as_task_regr,TaskClassif)
S3method(as_task_regr,data.frame)
S3method(as_tasks,Task)
S3method(as_tasks,list)
S3method(c,BenchmarkResult)
S3method(c,Prediction)
S3method(c,PredictionDataClassif)
S3method(c,PredictionDataRegr)
S3method(c,ResampleResult)
S3method(check_prediction_data,PredictionDataClassif)
S3method(check_prediction_data,PredictionDataRegr)
S3method(fix_factor_levels,data.table)
S3method(friedman.test,BenchmarkResult)
S3method(is_missing_prediction_data,PredictionDataClassif)
S3method(is_missing_prediction_data,PredictionDataRegr)
S3method(predict,Learner)
S3method(print,PredictionData)
S3method(rd_info,Learner)
S3method(rd_info,Task)
export(BenchmarkResult)
export(DataBackend)
export(DataBackendDataTable)
export(DataBackendMatrix)
export(Learner)
export(LearnerClassif)
export(LearnerClassifDebug)
export(LearnerClassifFeatureless)
export(LearnerClassifRpart)
export(LearnerRegr)
export(LearnerRegrFeatureless)
export(LearnerRegrRpart)
export(Measure)
export(MeasureClassif)
export(MeasureClassifCosts)
export(MeasureDebug)
export(MeasureElapsedTime)
export(MeasureOOBError)
export(MeasureRegr)
export(MeasureSelectedFeatures)
export(Prediction)
export(PredictionClassif)
export(PredictionRegr)
export(ResampleResult)
export(Resampling)
export(ResamplingBootstrap)
export(ResamplingCV)
export(ResamplingCustom)
export(ResamplingHoldout)
export(ResamplingInsample)
export(ResamplingLOO)
export(ResamplingRepeatedCV)
export(ResamplingSubsampling)
export(Task)
export(TaskClassif)
export(TaskGenerator)
export(TaskGenerator2DNormals)
export(TaskGeneratorCassini)
export(TaskGeneratorCircle)
export(TaskGeneratorFriedman1)
export(TaskGeneratorMoons)
export(TaskGeneratorSimplex)
export(TaskGeneratorSmiley)
export(TaskGeneratorSpirals)
export(TaskGeneratorXor)
export(TaskRegr)
export(TaskSupervised)
export(TaskUnsupervised)
export(as.data.table)
export(as_benchmark_result)
export(as_data_backend)
export(as_learner)
export(as_learners)
export(as_measure)
export(as_measures)
export(as_prediction)
export(as_prediction_data)
export(as_resample_result)
export(as_resampling)
export(as_resamplings)
export(as_task)
export(as_task_classif)
export(as_task_regr)
export(as_tasks)
export(assert_backend)
export(assert_benchmark_result)
export(assert_learnable)
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(auto_convert)
export(benchmark)
export(benchmark_grid)
export(check_prediction_data)
export(convert_task)
export(default_measures)
export(is_missing_prediction_data)
export(lrn)
export(lrns)
export(mlr_learners)
export(mlr_measures)
export(mlr_reflections)
export(mlr_resamplings)
export(mlr_task_generators)
export(mlr_tasks)
export(msr)
export(msrs)
export(resample)
export(rsmp)
export(rsmps)
export(tgen)
export(tgens)
export(tsk)
export(tsks)
import(checkmate)
import(data.table)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(R6,is.R6)
importFrom(stats,contr.treatment)
importFrom(stats,friedman.test)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(uuid,UUIDgenerate)
