Description Usage Arguments Value
returns the number of appearance of each interresting subset in the list of unique, with taking into account - this time - the percentage of ingredient that cover the recepies (e.g. if recipie is carotte oeuf fromage, the subset "carotte" covers 33% of the recipie) if percentage demanded is 40% than the subset "carotte" won't appear.
1 | get_nb_best_combinations(all_subsets, percentage)
|
all_subsets |
all possible subsets from the original list of ingredients |
percentage |
miminum percentage of the recipe to be covered by the subset of ingredients |
list of occurences for each subset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.