|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DataTable | A data table that contains Object arrays that record process results, data, etc. |
| DataTableListener | Listens to updates of a DataTable object. |
| DataTableRow | A data list that contains Object arrays that record process results or other data. |
| Class Summary | |
|---|---|
| AbstractDataTable | This abstract data table implementation provides some default implementations for data tables like listener handling. |
| CorrelationMatrixRow2DataTableRowIterator | This iterator iterates over all examples of an example set and creates
CorrelationMatrixRow2DataTableRowWrapper objects. |
| CorrelationMatrixRow2DataTableRowWrapper | This class allows to use the rows of a NumericalMatrix
as basis for DataTableRow. |
| DataTableExampleSetAdapter | This class can be used to use an example set as data table. |
| DataTableKernelModelAdapter | This class can be used to use a kernel model as data table. |
| DataTablePairwiseMatrixExtractionAdapter | This class can be used to use all pairs (entries) of a numerical matrix as data table. |
| DataTableSymmetricalMatrixAdapter | This class can be used to use a symmetrical matrix as data table. |
| Example2DataTableRowIterator | This iterator iterates over all examples of an example set and creates
Example2DataTableRowWrapper objects. |
| Example2DataTableRowWrapper | This class allows to use Examples as basis for
DataTableRow. |
| GnuPlotDataTableHandler | This class can be used to create GnuPlot files from data tables. |
| KernelModelRow2DataTableRowWrapper | This class wraps the data row of a kernel model. |
| PairwiseMatrix2DataTableRowIterator | This iterator iterates over examples of a numerical matrix and creates
CorrelationMatrixRow2DataTableRowWrapper objects. |
| PairwiseMatrix2DataTableRowWrapper | This class allows to use the entries of a NumericalMatrix
as basis for DataTableRow. |
| SimpleDataTable | A simple data table implementation which stores the data itself. |
| SimpleDataTableRow | A data list that contains Object arrays that record process results or other data. |
DataTables are the most important data container interface for RapidMiner which are used for all statistics and plotting purposes. This package also contains wrappers for ExampleSets, KernelModels, and other data table types.
|
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||