Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Feb 21, 2018
1 parent 910e9a0 commit 7dc9fbb
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 @@ -51,12 +51,12 @@ Preprocessing Options

Scoring
```
hadoop jar libra-all.jar core -m MAP -w LOGALITHM -t 8 -o /score_dir /index_dir
hadoop jar libra-all.jar core -m MAP -w LOGARITHM -t 8 -o /score_dir /index_dir
```

Scoring Options
- s : scoring algorithm. COSINESIMILARITY (default) | BRAYCURTIS | JENSENSHANNON
- m : run mode. MAP | REDUCE
- w : weighting algorithm. LOGALITHM (default) | BOOLEAN | NATURAL
- w : weighting algorithm. LOGARITHM (default) | BOOLEAN | NATURAL
- t : number of tasks (input splits at MAP mode, reducers at REDUCE mode)
- o : output directory

0 comments on commit 7dc9fbb

Please sign in to comment.