| Package | Description |
|---|---|
| com.wcohen.ss |
This package contains a bunch of approximate string comparators, plus code for
performing controlled experiments with this.
|
| com.wcohen.ss.api | |
| com.wcohen.ss.expt |
| Modifier and Type | Class and Description |
|---|---|
protected class |
CombinedStringDistanceLearner.MyDistanceInstance |
protected class |
CombinedStringDistanceLearner.MyMultiDistanceInstance |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DistanceInstance |
CombinedStringDistanceLearner.comboNextQuery()
Get the next query from the score-combination learner.
|
protected DistanceInstance |
AveragedStringDistanceLearner.comboNextQuery() |
DistanceInstance |
CombinedStringDistanceLearner.MyMultiDistanceInstance.get(int j) |
DistanceInstance |
CombinedStringDistanceLearner.JthDistanceInstanceIterator.nextDistanceInstance() |
DistanceInstance |
BasicDistanceInstanceIterator.nextDistanceInstance() |
DistanceInstance |
CombinedStringDistanceLearner.nextQuery()
Get a next query from one of the sublearners
|
DistanceInstance |
AbstractStringDistance.nextQuery()
Implements StringDistanceLearner api by querying for
DistanceInstance labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedStringDistanceLearner.addExample(DistanceInstance answeredQuery)
Pass new labels to the sublearners.
|
void |
AbstractStringDistance.addExample(DistanceInstance answeredQuery)
Implements StringDistanceLearner api by accepting new
DistanceInstance labels.
|
protected CombinedStringDistanceLearner.MyMultiDistanceInstance |
CombinedStringDistanceLearner.asMultiDistanceInstance(DistanceInstance di) |
protected abstract void |
CombinedStringDistanceLearner.comboAddExample(DistanceInstance di)
Pass a labeled example to the score-combination learner.
|
protected void |
AveragedStringDistanceLearner.comboAddExample(DistanceInstance di) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DistanceInstance |
StringDistanceTeacher.labelInstance(DistanceInstance distanceInstance)
Label an instance queried by the learner.
|
DistanceInstance |
DistanceInstanceIterator.nextDistanceInstance() |
DistanceInstance |
StringDistanceLearner.nextQuery()
Returns a DistanceInstance for which the learner would like a
label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringDistanceLearner.addExample(DistanceInstance answeredQuery)
Accept the answer to the last query.
|
protected abstract DistanceInstance |
StringDistanceTeacher.labelInstance(DistanceInstance distanceInstance)
Label an instance queried by the learner.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Blocker.Pair
Holds a pair of instances, with mutable distance between them.
|
| Modifier and Type | Method and Description |
|---|---|
DistanceInstance |
MatchDataTeacher.labelInstance(DistanceInstance distanceInstance) |
DistanceInstance |
BasicTeacher.labelInstance(DistanceInstance distanceInstance) |
| Modifier and Type | Method and Description |
|---|---|
DistanceInstance |
MatchDataTeacher.labelInstance(DistanceInstance distanceInstance) |
DistanceInstance |
BasicTeacher.labelInstance(DistanceInstance distanceInstance) |
Copyright © 2016. All rights reserved.