Description Format Value Methods Public fields Methods Examples
evaluate one survival_curve against another as truth
evaluate one survival_curve against another as truth
R6Class
object.
Object of R6Class
with methods
evaluate_mse create data.frame that computes mse for each time point
survival
estimated survival
survival_truth
true survival
new()
evaluate_metric$new(survival = NULL, survival_truth = NULL)
evaluate_cross_entropy()
evaluate_metric$evaluate_cross_entropy()
evaluate_mse()
evaluate_metric$evaluate_mse()
clone()
The objects of this class are cloneable with this method.
evaluate_metric$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 | evaluation <- evaluate_metric$new(survival, survival_truth)
evaluation$evaluate_mse()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.