Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanfd authored and hasanfd committed Mar 31, 2017
2 parents b089361 + 3aa541e commit 0b92f36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# doc_classifier_knn

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 0b92f36

Please sign in to comment.