Description Dictionary Super classes Methods References See Also Examples
A mlr3proba::LearnerSurv implementing the Akritas estimator. Calls akritas().
This Learner can be instantiated via the dictionary
mlr_learners or with the associated sugar function lrn():
1 2 | mlr_learners$get("surv.akritas")
lrn("surv.akritas")
|
mlr3::Learner -> mlr3proba::LearnerSurv -> LearnerSurvAkritas
new()Creates a new instance of this R6 class.
LearnerSurvAkritas$new()
clone()The objects of this class are cloneable with this method.
LearnerSurvAkritas$clone(deep = FALSE)
deepWhether to make a deep clone.
Akritas, M. G. (1994). Nearest Neighbor Estimation of a Bivariate Distribution Under Random Censoring. Ann. Statist., 22(3), 1299–1327. doi: 10.1214/aos/1176325630
Dictionary of Learners: mlr3::mlr_learners
1 2 3 4 5 6 7 | if (requireNamespace("mlr3learners.proba")) {
learner = mlr3::lrn("surv.akritas")
print(learner)
# available parameters:
learner$param_set$ids()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.