I\'m wondering if there is a built in function in R that can find the cosine similarity (or cosine distance) between two arrays?
Currently, I implemented my own func
Check these functions lsa::cosine(), clv::dot_product() and arules::dissimilarity()