Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanfd authored Mar 31, 2017
1 parent fc23853 commit 3aa541e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Java Implementation of K-Nearest Neighbor Text Categorization

BBC Dataset is used( filenames are refactored to [categoryname]-[number] ). Dataset is under "data" folder.
http://mlg.ucd.ie/datasets/bbc.html

Run:
java -jar doc_classifier_knn.jar -Dir=data -categories=business,entertainment,politics,sport,tech -trainingSize=150 -k=3

0 comments on commit 3aa541e

Please sign in to comment.