Pan
Pan

Reputation: 1

Recommender Systems Datasets

i have a fully dataset for a recommender system i need to built in matlab.

I import all the dataset into MATLAB as a cell array.

I now need to add values to words and apply the k modes algorithm.

How i can do that?

thanks

Upvotes: 0

Views: 881

Answers (1)

ravi
ravi

Reputation: 3424

You should first check matlab documentation

http://www.mathworks.com/help/toolbox/stats/kmeans.html

EDIT:
Also check Levenshtein_distance and Jaccard Index

Upvotes: 1

Related Questions