Uses of Class
com.pervasive.datarush.matching.Phase
Packages that use Phase
Package
Description
Provides operators for performing discovering duplicates or links between
records.
-
Uses of Phase in com.pervasive.datarush.matching
Method parameters in com.pervasive.datarush.matching with type arguments of type PhaseModifier and TypeMethodDescriptionvoidvoidConstructor parameters in com.pervasive.datarush.matching with type arguments of type PhaseModifierConstructorDescriptionDiscoverDuplicates(Index index, List<Phase> phases) Discover duplicates using multiple phases of comparison, classifying and filtering.DiscoverLinks(Index index, List<Phase> phases) Discover linkages between input using multiple phases of comparison, classifying and filtering.