Precision for multi-label classification problems

PrecisionMulti(
  thresh = 0.5,
  sigmoid = TRUE,
  labels = NULL,
  pos_label = 1,
  average = "macro",
  sample_weight = NULL
)

Arguments

thresh

thresh

sigmoid

sigmoid

labels

labels

pos_label

pos_label

average

average

sample_weight

sample_weight

Value

None