Uses of Class
com.pervasive.datarush.matching.Classifier
Packages that use Classifier
Package
Description
Provides operators for performing discovering duplicates or links between
records.
-
Uses of Classifier in com.pervasive.datarush.matching
Methods in com.pervasive.datarush.matching that return types with arguments of type ClassifierModifier and TypeMethodDescriptionPhase.getClassifiers()Get the list of classifiers configured for this phase.Methods in com.pervasive.datarush.matching with parameters of type ClassifierModifier and TypeMethodDescriptionvoidPhase.addClassifiers(Classifier... classifier) Add a classifier to this phase.Method parameters in com.pervasive.datarush.matching with type arguments of type ClassifierModifier and TypeMethodDescriptionvoidPhase.setClassifiers(List<Classifier> classifiers) Set the classifiers for this phase.Constructors in com.pervasive.datarush.matching with parameters of type ClassifierModifierConstructorDescriptionPhase(List<Comparison> comparisons, Classifier classifier, Filter filter, Phase.CleanupMode cleanupMode) Construct a phase with the given configuration.