luyao1986 / lenskit-hello-scala

Scala port of LensKit demo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lenskit-hello-scala

Scala port of lenskit-hello, the demo project for the LensKit Recommender Toolkit.

Usage

To get recommendations for users 1, 2 and 3 for ratings stored in the tab-separated ratings.dat:

sbt "run ratings.dat 1 2 3"

To get recommendations for users 1, 2 and 3 for ratings stored in the comma-separated ratings.csv:

sbt "run -d , ratings.dat 1 2 3"

About

Scala port of LensKit demo project

License:MIT License


Languages

Language:Scala 100.0%