Skip to content

Commit

Permalink
Modified reg_simple so it will run, although it is so small none of t…
Browse files Browse the repository at this point in the history
…he algorithms can make meaningful predictions
  • Loading branch information
atgambardella committed Jun 7, 2012
1 parent 3a40124 commit cb2ec15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion data/reg_simple.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"users":[{"id":0,"items":["1","2","3"]},{"id":1,"items":["2","3","4"]}]}
{"users":[{"id":0,"items":["big","cat","lion","tiger","panther"]},{"id":1,"items":["meow","cat","milk","house"]},{"id":2,"items":["cute","cat","meow"]},{"id":3,"items":["dog","bone","bark","fur"]},{"id":4,"items":["cute","dog"]},{"id":5,"items":["cat","fur"]},{"id":6,"items":["house","people","pets","cat","dog"]},{"id":7,"items":["cat","lion","tiger","panther"]}]}
2 changes: 0 additions & 2 deletions src/plusone/utils/DatasetJSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ void loadInPlaceFromPath(String filename) {
} catch(Exception e) {
e.printStackTrace();
}

System.out.println("total number of papers: " + documents.size());
}

/** This method is to be called in order to construct a datasetJSON
Expand Down

0 comments on commit cb2ec15

Please sign in to comment.