Uses of Class
com.pervasive.datarush.matching.Classifier
-
Packages that use Classifier Package Description com.pervasive.datarush.matching 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 Classifier Modifier and Type Method Description List<Classifier>
Phase. getClassifiers()
Get the list of classifiers configured for this phase.Methods in com.pervasive.datarush.matching with parameters of type Classifier Modifier and Type Method Description void
Phase. addClassifiers(Classifier... classifier)
Add a classifier to this phase.Method parameters in com.pervasive.datarush.matching with type arguments of type Classifier Modifier and Type Method Description void
Phase. setClassifiers(List<Classifier> classifiers)
Set the classifiers for this phase.Constructors in com.pervasive.datarush.matching with parameters of type Classifier Constructor Description Phase(List<Comparison> comparisons, Classifier classifier, Filter filter, Phase.CleanupMode cleanupMode)
Construct a phase with the given configuration.
-