Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro4bbh committed Feb 13, 2018
1 parent 7f4fd22 commit 274c00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ sticker-util -verbose -debug <dataset-root> @summarize -table=<table-filename-re
If `featureMap` and `labelMap` is empty string, then feature and label maps are ignored, respectively.

# Implemented Models
## `LabelNearest`: Weighted Sparse Nearest-Neighbor Method
`LabelNearest` is _Weighted Sparse Nearest-Neighbor Method_ __(Aoshima+ 2018)__ which achieved SOTA performances on several XMLC datasets __(Bhatia+ 2016)__.
## `LabelNearest`: Sparse Weighted Nearest-Neighbor Method
`LabelNearest` is _Sparse Weighted Nearest-Neighbor Method_ __(Aoshima+ 2018)__ which achieved SOTA performances on several XMLC datasets __(Bhatia+ 2016)__.
For example, you can test this method on Amazon-3M dataset __(Bhatia+ 2016)__ as follows:

```
Expand Down

0 comments on commit 274c00f

Please sign in to comment.