# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
c_assert_surv <- function(mat) {
.Call(`_mlr3proba_c_assert_surv`, mat)
}
c_score_intslogloss <- function(truth, unique_times, cdf, eps) {
.Call(`_mlr3proba_c_score_intslogloss`, truth, unique_times, cdf, eps)
}
c_score_graf_schmid <- function(truth, unique_times, cdf, power = 2L) {
.Call(`_mlr3proba_c_score_graf_schmid`, truth, unique_times, cdf, power)
}
.c_weight_survival_score <- function(score, truth, unique_times, cens, proper, eps) {
.Call(`_mlr3proba_c_weight_survival_score`, score, truth, unique_times, cens, proper, eps)
}
c_concordance <- function(time, status, crank, t_max, weight_meth, cens, surv, tiex) {
.Call(`_mlr3proba_c_concordance`, time, status, crank, t_max, weight_meth, cens, surv, tiex)
}
c_gonen <- function(crank, tiex) {
.Call(`_mlr3proba_c_gonen`, crank, tiex)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.