Uses of Class
com.pervasive.datarush.matching.Phase
-
Packages that use Phase Package Description com.pervasive.datarush.matching 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 Phase Modifier and Type Method Description void
DiscoverDuplicates. setPhases(List<Phase> phases)
void
DiscoverLinks. setPhases(List<Phase> phases)
Constructor parameters in com.pervasive.datarush.matching with type arguments of type Phase Constructor Description DiscoverDuplicates(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.
-