Revision e9e80dfdfbf8685c47ba116081144d159d1d5d7e authored by IyarLin on 28 August 2018, 01:04:36 UTC, committed by Lars Kotthoff on 28 August 2018, 01:04:36 UTC
* fixed ibrier measure

* Changed F to FALSE
1 parent 93d3d3e
Raw File
learners.R
#' @title List of supported learning algorithms.
#'
#' @description
#' All supported learners can be found by [listLearners] or as a table
#' in the tutorial appendix: <https://mlr-org.github.io/mlr/articles/integrated_learners.html>.
#'
#' @name learners
#' @rdname learners
NULL
back to top