Package | Description |
---|---|
com.pervasive.datarush.matching |
Provides operators for performing discovering duplicates or links between
records.
|
Modifier and Type | Method and Description |
---|---|
List<Comparison> |
Phase.getComparisons()
Get the list of comparisons configured for this phase.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.addComparison(Comparison comparison)
Add a comparison to this phase.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.setComparisons(List<Comparison> comparisons)
Set the comparisons to use in this phase.
|
Constructor and Description |
---|
Phase(List<Comparison> comparisons,
Classifier classifier,
Filter filter,
Phase.CleanupMode cleanupMode)
Construct a phase with the given configuration.
|
Phase(List<Comparison> comparisons,
List<Classifier> classifiers,
Filter filter,
Phase.CleanupMode cleanupMode)
Construct a phase with the given configuration.
|
Copyright © 2016 Actian Corporation. All rights reserved.