performance(x, ...)# S3 method for BinomialVariate
performance(
x,
y,
weights = NULL,
metrics = MachineShop::settings("metrics.numeric"),
na.rm = TRUE,
...
)
# S3 method for factor
performance(
x,
y,
weights = NULL,
metrics = MachineShop::settings("metrics.factor"),
cutoff = MachineShop::settings("cutoff"),
na.rm = TRUE,
...
)
# S3 method for matrix
performance(
x,
y,
weights = NULL,
metrics = MachineShop::settings("metrics.matrix"),
na.rm = TRUE,
...
)
# S3 method for numeric
performance(
x,
y,
weights = NULL,
metrics = MachineShop::settings("metrics.numeric"),
na.rm = TRUE,
...
)
# S3 method for Surv
performance(
x,
y,
weights = NULL,
metrics = MachineShop::settings("metrics.Surv"),
cutoff = MachineShop::settings("cutoff"),
na.rm = TRUE,
...
)
# S3 method for ConfusionList
performance(x, ...)
# S3 method for ConfusionMatrix
performance(x, metrics = MachineShop::settings("metrics.ConfusionMatrix"), ...)
# S3 method for MLModel
performance(x, ...)
# S3 method for Resample
performance(x, ...)
# S3 method for TrainingStep
performance(x, ...)