ludovikcoba / NMF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run

Create the "MovieLens" folder inside the dataset folder.

Edit the parameters on the _MAIN.R and run it.

Execute from terminal

Rscript _MAIN.R ml20m ml20m.csv pop

First argument is the dataset to run (values: ml100k, ml1m, ml10m, ml20m, LA, To).

Second argument is the output file.

Third argument is the novelty meause (values: cat, pop).

About


Languages

Language:R 77.7%Language:C++ 22.3%