falsifian / plusone

Evaluation framework of clustering algorithm through plus one prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The input format is a JSON file with 1 JSONObject, "users", which contains a JSONArray of JSONObjects (each user), each of which contains 3 fields: an integer id to distinguish each user, a JSONArray entitled "items", which contains each entry in the document as a string, and (optionally) a JSONArray entitled "scores" which contains each corresponding score for the items (i.e. scores[0] contains the rating for items[0]).

About

Evaluation framework of clustering algorithm through plus one prediction


Languages

Language:Java 65.9%Language:C 18.0%Language:Python 10.3%Language:JavaScript 4.8%Language:Shell 1.2%