Take the resulting list of meta-features returned from
candidate_search
over top N feature searches and
fetch the meta-feature with the best score.
topn_best(topn_list)
A list of objects containing the best meta-feature matrix, its corresponding best score, its observed input scores, rank of best meta-features based on their scores, its marginal and cumulative best 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)