Skip to content

jaesjun/mahout-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Mahout Evaluator

Welcom to mahout evaluator.

Preview Preview Preview Preview

This project is developed to show how mahout works and evaluate mahout algorithm. By default, it uses GroupLens user, movie and preference data(http://grouplens.org/datasets/movielens/).

Any other user, item and preference data can be loaded as long as each file follows CSV format. The first line of data file is column header which can be displayed as a header in user, item table.

Features

(Collaborative Filtering)

-. User Based Recommendation

-. Item Based Recommendation

-. Similar Users

-. Similar Items

(Clustering)

-. KMeans Clustering

-. Fuzzy KMeans Clustering

-. Canopy Clustering

Build with maven

mvn clean install

Execution

java -jar mahout-eval-0.0.1-SNAPSHOT-jar-with-dependencies.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages