Inheritance diagram for kddml.Core.DataSources.PPInternalTableManager:
Public Member Functions | |
void | addInstances (Object inst1, Object inst2) throws InternalTableException |
HistoryManager | getHistory () |
void | setHistory (HistoryManager elem) throws kddml.Core. KDDMLCoreException |
DataStatisticsManager | getPPStatistic () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Adds the input instances to the table. Throws an exception if the data schema of the input table and the data schema of the input instances are not compatible.
Implemented in kddml.Core.DataSources.PPInternalTable. |
|
Returns the history related to this preprocessing table.
Implemented in kddml.Core.DataSources.PPInternalTable. |
|
Sets the history to this preprocessing table.
Implemented in kddml.Core.DataSources.PPInternalTable. |
|
Returns the statistics related to the preprocessing section.
Implemented in kddml.Core.DataSources.PPInternalTable. |