Score similarity between a feature dataframe and categories
Implemented using the Jaccard index, where a number closer to 1 is more similar.
scoreCatToFeat(features, categories)
features |
a vector of features to match (usually from a subset of the
output |
categories |
a vector of categories to match |
the Jaccard index for the values of the property given in feat_df and the vector of categories
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.