View source: R/x3p_get_labels.R
x3p_get_labels | R Documentation |
This function gives the user each label associated with a single or multiple 'x3p' objects Majority label is defined by a decision ratio specified by the user
x3p_get_labels(df, decision_ratio, multiple = FALSE, select_col)
df |
object of class 'x3p' or a tibble style dataframe containing 'x3p' objects |
decision_ratio |
numeric value specified by the user for majority label |
multiple |
clarify whether user is working with a single 'x3p' object or multiple in a tibble style dataframe |
select_col |
if multiple = TRUE, location of the x3p objects |
A list containing labels and majority labels associated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.