Inheritance diagram for kddml.Operators.Preprocessing.RewritingAlgorithms.RewritingAlgorithmResolverTask:
Public Member Functions | |
String[] | rewrite (String value, String pp_value) throws ResolverException, KDDMLCoreException |
void | readStatistics (DataStatisticsManager statistic, DataStatisticsManager PPstatistic) throws ResolverException, KDDMLCoreException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
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.
Implemented in kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_M_REWRITING_RESOLVER, kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_S_REWRITING_RESOLVER, and kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_T_REWRITING_RESOLVER. |
|
Reads the data statistics related to the input preprocessing table.
Implemented in kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_M_REWRITING_RESOLVER, kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_S_REWRITING_RESOLVER, and kddml.Operators.Preprocessing.RewritingAlgorithms.RULE_T_REWRITING_RESOLVER. |