Tagged Questions
2
votes
1answer
610 views
Euclidean Distance b/t unit vectors or cosine similarity where vectors are document vectors
I was reading Similarity Measures and suddenly my whole world was falling apart. I have implemented a search engine using clustering techniques. For clustering, I used k means which uses Euclidean ...
4
votes
2answers
302 views
How to compute term frequency and find clusters in a dataset composed of strings?
I am currently looking for some Information Retrieval techniques.
I have a SQL database table containing strings. It has 1000 records, each being a random sentence I picked from random web sites. I ...