Uses of Class
de.hpi.fgis.dude.util.AbstractCleanable

Packages that use AbstractCleanable
de.hpi.fgis.dude.algorithm Contains all algorithm implementations (and interfaces) that are supported by DuDe
de.hpi.fgis.dude.algorithm.duplicatedetection Contains all Duplicate-Detection algorithm implementations. 
de.hpi.fgis.dude.algorithm.recordlinkage Contains all Record-Linkage algorithm implementations. 
de.hpi.fgis.dude.database Provides all classes that encapsulate the database abstraction layer. 
de.hpi.fgis.dude.datasource Contains all DataSources supported by DuDe
 

Uses of AbstractCleanable in de.hpi.fgis.dude.algorithm
 

Subclasses of AbstractCleanable in de.hpi.fgis.dude.algorithm
 class AbstractAlgorithm
          AbstractAlgorithm implements the functionality that is needed by each algorithm type.
 class AbstractDuplicateDetection
          AbstractDuplicateDetection provides the common functionality that is needed by every duplicate-detection algorithm.
 class AbstractRecordLinkage
          AbstractRecordLinkage provides the common functionality that is needed by every record-linkage algorithm.
 class SortingDuplicateDetection
          SortingDuplicateDetection implements the preprocessing phase were the data is sorted based on a given SortingKey.
 class SortingRecordLinkage
          SortingRecordLinkage implements the preprocessing phase were the data is sorted based on one or several SortingKeys.
 

Uses of AbstractCleanable in de.hpi.fgis.dude.algorithm.duplicatedetection
 

Subclasses of AbstractCleanable in de.hpi.fgis.dude.algorithm.duplicatedetection
 class AdaptiveSNM_Yan2007
          Implementation of the adative Sorted Neighborhood Methods presented by Yan et.al.
 class DuplicateCountSNM
          AdaptiveWindowSizeSNM implements the Adaptive-Window-Size Sorted-Neighborhood Method that was introduced by Oliver Wonneberg.
 class GSwoosh
          GSwoosh implements the GSwoosh duplicate detection (and merging) algorithm as described in the paper Swoosh: a generic approach for entity resolution.
 class Lego
          Lego is an iterative blocking approach.
 class NaiveBlockingAlgorithm
          NaiveBlockingAlgorithm is the naive blocking approach.
 class NaiveDuplicateDetection
          NaiveDuplicateDetection implements the naive approach of checking all possible pairs.
 class RSwoosh
          RSwoosh implements the RSwoosh duplicate detection (and merging) algorithm as described in the paper Swoosh: a generic approach for entity resolution.
 class SortedBlocks
          SortedBlocks combines blocking and the SNM method.
 class SortedNeighborhoodMethod
          SortedNeighborhoodMethod is a simple Sorted-Neighborhood Method implementation without allowing multiple runs.
 

Uses of AbstractCleanable in de.hpi.fgis.dude.algorithm.recordlinkage
 

Subclasses of AbstractCleanable in de.hpi.fgis.dude.algorithm.recordlinkage
 class NaiveRecordLinkage
           NaiveRecordLinkage implements the naive approach for record-linkage.
 

Uses of AbstractCleanable in de.hpi.fgis.dude.database
 

Subclasses of AbstractCleanable in de.hpi.fgis.dude.database
 class DatabaseSource
          DatabaseSource represents databases.
 

Uses of AbstractCleanable in de.hpi.fgis.dude.datasource
 

Subclasses of AbstractCleanable in de.hpi.fgis.dude.datasource
 class AbstractDataSource<S extends AbstractDataSource<S>>
          AbstractDataSource provides the common functionality of all DataSource classes.
 class BibtexSource
          BibtexSource represents *.bib files containing BibTeX syntax.
 class CSVSource
          CSVSource represents *.csv files.
 class DuDeObjectSource
          DuDeObjectSource is an in-memory DataSource.
 class JSONSource
          JSONSource represents files containing Json syntax.
 class XMLSource
          XMLSource represents *.xml files.
 



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