Inheritance diagram for kddml.Operators.Preprocessing.PP_MERGE_DUPLICATES_RESOLVER:
Protected Member Functions | |
Instances[] | runCore (Instances tuple, Instances metatuple) throws ResolverException, KDDMLCoreException |
String | getHistoryDescription () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
Sandra Zimei
|
Core operator method. Given the physical tuples and the related preprocessing tuples as weka.core.Instances, the operator returns the modified instances as two-dimensional array.
Reimplemented from kddml.Operators.Preprocessing.PP_MARK_DUPLICATES_RESOLVER. |
|
Returns a description of the actions performed by this preprocessing operator. This description will be reported in the history related to the preprocessing data source.
Reimplemented from kddml.Operators.Preprocessing.PP_MARK_DUPLICATES_RESOLVER. |