Inheritance diagram for kddml.Operators.Preprocessing.PP_MERGE_DUPLICATES_SETTINGS:
Public Member Functions | |
String | getDefaultAttributeValue (String attribute_name) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
Sandra Zimei
|
Returns the default value related to a given input attribute. Returns null if the attribute do not admit a default value. An attribute can be given any legal value as a default. The attribute value is not required on each element in the document, but if it is not present, it will appear to be the specified default. If the attribute is implied and it is not included in the element, the operator assumes that this is the attribute value.
Reimplemented from kddml.Operators.Preprocessing.PP_MARK_DUPLICATES_SETTINGS. |