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

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

public class TFIDFExperimentExec
extends Object

Executes a run using a large data file with the SortedNeighborhoodMethod and preprocessing for the tf-idf comparator.

Author:
Ziawasch Abedjan

Constructor Summary
TFIDFExperimentExec()
           
 
Method Summary
static void main(String[] args)
          Runs the SortedNeighborhoodMethod on a huge data set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TFIDFExperimentExec

public TFIDFExperimentExec()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Runs the SortedNeighborhoodMethod on a huge data set.

Parameters:
args - Won't be considered.
Throws:
Exception - If any exception occurs.


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