params_binary {Metrics} | R Documentation |
Inherit Documentation for Binary Classification Metrics
Description
This object provides the documentation for the parameters of functions that provide binary classification metrics
Arguments
actual |
The ground truth binary numeric vector containing 1 for the positive class and 0 for the negative class. |
predicted |
The predicted binary numeric vector containing 1 for the positive
class and 0 for the negative class. Each element represents the
prediction for the corresponding element in |
[Package Metrics version 0.1.4 Index]