Inheritance diagram for kddml.Operators.Preprocessing.TABLE_2_PP_TABLE_RESOLVER:
Public Member Functions | |
void | readAttributes (Hashtable< String, KDDMLScalarManager > settings) throws KDDMLCoreException |
KDDMLObject | execute (Hashtable< String, KDDMLScalarManager > settings, Vector< KDDMLObject > arguments) throws ResolverException, KDDMLCoreException |
KDDMLObjectType | getArgumentType (int i) |
Protected Member Functions | |
String | getHistoryDescription () |
Static Protected Member Functions | |
static void | setAllTaxonomies (InternalTableManager input, PPInternalTableManager output) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
Sandra Zimei
|
Reads the XML attributes related to a generic preprocessing operator. An operator settings object captures the attributes associated with a particular operator. It allows a knowledgeable user to fine tune operator parameters. Generally, not all parameters must be specified, however, those specified are taken into account by the KDDML.
Implements kddml.Operators.Preprocessing.PreprocessingResolver. |
|
Returns the result of evaluating the operator over the passed arguments and attributes.
Implements kddml.Operators.OperatorResolver. |
|
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.
Implements kddml.Operators.Preprocessing.PreprocessingResolver. |
|
Returns the expected type of the i-th argument of the operator. Returns null if the operator do not admit argument as i-th child.
Reimplemented from kddml.Operators.Preprocessing.PreprocessingResolver. |
|
Sets all taxonomies of the input table to the output table.
|