de.hpi.fgis.dude.exec.duplicatedetection
Class RSwooshExec

java.lang.Object
  extended by de.hpi.fgis.dude.exec.duplicatedetection.RSwooshExec

public class RSwooshExec
extends Object

This execution class runs the RSwoosh duplicate detection algorithm on the Restaurant data source. Two records are similar if their names match based on the Levenshtein distance.

Author:
Johannes Dyck

Constructor Summary
RSwooshExec()
           
 
Method Summary
static void main(String[] args)
          Executes the RSwoosh duplicate detection on the restaurant data source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSwooshExec

public RSwooshExec()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Executes the RSwoosh duplicate detection on the restaurant data source. During the process all duplicates will be written onto the console.

Parameters:
args - No arguments will be processed.
Throws:
IOException - If an error occurs while reading from the file.


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.