| Package | Description |
|---|---|
| com.wcohen.ss |
This package contains a bunch of approximate string comparators, plus code for
performing controlled experiments with this.
|
| Modifier and Type | Field and Description |
|---|---|
protected MultiStringWrapper |
CombinedStringDistanceLearner.CombinedStringDistance.prototype |
| Modifier and Type | Method and Description |
|---|---|
protected MultiStringWrapper |
MultiStringDistance.asMultiStringWrapper(StringWrapper w)
Lazily prepare a string.
|
protected MultiStringWrapper |
CombinedStringDistanceLearner.asMultiStringWrapper(StringWrapper w) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract double |
CombinedStringDistanceLearner.CombinedStringDistance.doScore(MultiStringWrapper ms,
MultiStringWrapper mt)
Produce a score, assuming ms and mt are the correct sizes, and fully prepared.
|
protected abstract String |
CombinedStringDistanceLearner.CombinedStringDistance.explainCombination(MultiStringWrapper ms,
MultiStringWrapper mt)
Explain how the primitive scores were combined.
|
| Constructor and Description |
|---|
CombinedStringDistance(StringDistance[] innerDistances,
MultiStringWrapper prototype) |
Copyright © 2016. All rights reserved.