View source: R/minimize_results.R
minimize_results | R Documentation |
This function minimizes results
minimize_results(
df,
features_table,
min_score_classes = 0.6,
min_score_compounds = 0.4,
best_percentile = 0.9
)
df |
Dataframe |
features_table |
Prepared features file |
min_score_classes |
Minimal score to keep classes |
min_score_compounds |
Minimal score to keep compounds |
best_percentile |
Best percentile |
A minimized table
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.