Package com.rapidminer.datatable

DataTables are the most important data container interface for RapidMiner which are used for all statistics and plotting purposes.

See:
          Description

Interface Summary
DataTable A data table that contains Object arrays that record process results, data, etc.
DataTableFilterCondition This is the interface of conditions for FilteredDataTables.
DataTableListener Listens to updates of a DataTable object.
DataTableRow A data list that contains Object arrays that record process results or other data.
FilteredDataTable.DataTableFilteredListener  
 

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.
FilteredDataTable This DataTable filters the contained rows using a stack of FilterConditions.
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.
RangeFilterCondition This condition filters out row, if their value of the specified dimension does not lie in given value range.
RegionFilterCondition This FilterCondition is a multidimensional equivalent to the RangeFilterCondition.
RegionFilterCondition.Region  
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.
 

Package com.rapidminer.datatable Description

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.



Copyright © 2001-2009 by Rapid-I