topn_best | R Documentation |
Take the resulting list of meta-features returned from candidate_search()
and fetch the meta-feature with the best score
topn_best(topn_list)
topn_list |
A nested list of objects that is returned from |
A list of objects containing the best meta-feature, its corresponding best score, and observed input scores
# Load pre-computed Top-N list generated for sim_FS dataset
data(topn_list)
# Get the best meta-features list
topn_best_meta <- topn_best(topn_list = topn_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.