Class Main


  • public class Main
    extends java.lang.Object
    Sample deduplication application. Can deduplicate a single table or joined tables. Loads table(s) to the TIBCO Patterns - Search server, then uses the Deduplication Library to search it for duplicates. The single table is the names CSV file that has 100,000 entries. 85,000 of these were generated randomly. The remaining 15,000 are alterations of records from the first 85,000.
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)