Inheritance diagram for kddml.Operators.Preprocessing.PP_NORMALIZATION_RESOLVER:
Public Member Functions | |
KDDMLObject | execute (Hashtable< String, KDDMLScalarManager > settings, Vector< KDDMLObject > arguments) throws ResolverException, KDDMLCoreException |
kddml.Core.KDDMLObjectType | getArgumentType (int i) |
int | estimatedRAMUsage () |
Protected Member Functions | |
String | getHistoryDescription () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
Sandra Zimei
|
Overloading of the main execute method. Returns the result of evaluating the operator over the passed arguments and attributes.
Implements kddml.Operators.OperatorResolver. |
|
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.
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.
|
|
Returns the estimated RAM usage for the operator. Must be a value between 0 and 1024 MB.
Reimplemented from kddml.Operators.OperatorResolver. |