We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8752be2 commit 0dbb31fCopy full SHA for 0dbb31f
R/MeasureSurv.R
@@ -34,7 +34,7 @@ MeasureSurv = R6Class("MeasureSurv",
34
initialize = function(id, param_set = ps(), range, minimize = NA, average = "macro",
35
aggregator = NULL, properties = character(), predict_type = "distr",
36
predict_sets = "test", task_properties = character(), packages = character(),
37
- label = NA_character_, man = NA_character_ {
+ label = NA_character_, man = NA_character_, trafo = NULL) {
38
39
super$initialize(
40
id,
0 commit comments