Inheritance diagram for kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_M_REWRITING_RESOLVER:
Public Member Functions | |
void | readParameters (Hashtable< String, KDDMLScalarManager > parameters) throws ResolverException, KDDMLCoreException |
void | readStatistics (DataStatisticsManager statistic, DataStatisticsManager PPstatistic) throws ResolverException, KDDMLCoreException |
String[] | rewrite (String value, String pp_value) 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
|
Reads the XML parameters related to a generic algorithm stored in the ALGORITHM entity. An algorithm settings object captures the parameters associated with a particular algorithm. It allows a knowledgeable user to fine tune algorithm parameters. Generally, not all parameters must be specified, however, those specified are taken into account by the KDDML.
Implements kddml.Operators.AlgorithmResolverTask. |
|
Reads the data statistics related to the input preprocessing table.
Implements kddml.Operators.Preprocessing.RewritingAlgorithms.RewritingAlgorithmResolverTask. |
|
It rewrites the values of an input value according to the rewriting method. The method takes as input the physical instance value and the related preprocessing value and it returns a bi-dimensional array containing the rewrited physical value and the rewrited preprocessing value.
Implements kddml.Operators.Preprocessing.RewritingAlgorithms.RewritingAlgorithmResolverTask. |
|
Returns a description of the actions performed by this preprocessing algorithm. This description will be reported in the history related to the preprocessing data source.
Implements kddml.Operators.Preprocessing.PPAlgorithmResolverTask. |