Package | Description |
---|---|
com.pervasive.datarush.matching |
Provides operators for performing discovering duplicates or links between
records.
|
Modifier and Type | Method and Description |
---|---|
Filter |
Phase.getFilter()
Get the filter configured for this phase.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.setFilter(Filter filter)
Set the filter to use for 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 © 2020 Actian Corporation. All rights reserved.