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

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

public class RestaurantExec
extends Object

This execution class runs the naive duplicate detection algorithm on the Restaurant data source. Two records are similar if their names match based on the Levenshtein distance and they are of the same "restaurant type".

Author:
Matthias Pohl, Uwe Draisbach

Constructor Summary
RestaurantExec()
           
 
Method Summary
static void main(String[] args)
          Executes the naive 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

RestaurantExec

public RestaurantExec()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Executes the naive 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.