Package | Description |
---|---|
com.pervasive.datarush.matching |
Provides operators for performing discovering duplicates or links between
records.
|
Modifier and Type | Method and Description |
---|---|
List<Classifier> |
Phase.getClassifiers()
Get the list of classifiers configured for this phase.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.addClassifiers(Classifier... classifier)
Add a classifier to this phase.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.setClassifiers(List<Classifier> classifiers)
Set the classifiers for this phase.
|
Constructor and Description |
---|
Phase(List<Comparison> comparisons,
Classifier classifier,
Filter filter,
Phase.CleanupMode cleanupMode)
Construct a phase with the given configuration.
|
Constructor and Description |
---|
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.