public class BruteForcePwsim extends Configured implements Tool
| Modifier and Type | Class and Description |
|---|---|
static class |
BruteForcePwsim.MyMapperSignature
For every document (signature) in the sample, find all other docs that are closer than some
given hamming distance.
|
static class |
BruteForcePwsim.MyMapperTermDocVectors
For every document (term doc vector) in the sample, find all other docs that have cosine
similarity higher than some given threshold.
|
static class |
BruteForcePwsim.MyMapperWeightedIntDocVectors
For every document (weighted int doc vector) in the sample, find all other docs that have
cosine similarity higher than some given threshold.
|
static class |
BruteForcePwsim.MyReducer
This reducer reduces the number of pairs per sample document to a given number
(Ivory.NumResults).
|
| Constructor and Description |
|---|
BruteForcePwsim() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
int |
run(String[] args) |
getConf, setConfequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConf, setConf