get_conf_matrix_weight: Obtain weighted False negative and false positive in the...

View source: R/functions_analysis.R

get_conf_matrix_weightR Documentation

Obtain weighted False negative and false positive in the Confusio nmatrix

Description

Obtain weighted False negative and false positive in the Confusio nmatrix

Usage

get_conf_matrix_weight(
  docs,
  labelsName,
  index_name = NULL,
  labeledIndex = NULL,
  levels = c(0, 1),
  n_class = 2,
  n_cluster = 2,
  useLabeled = T
)

activetext/activeR documentation built on May 31, 2024, 10:21 a.m.