|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BidirectionalMappingProvider | |
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. |
DataTableMappingProvider | Provides a value mapping for DataTable s. |
DataTableRow | A data list that contains Object arrays that record process results or other data. |
DataTableSortProvider | |
FilteredDataTable.DataTableFilteredListener | |
ValueMappingDataTableView.MappedDataTableListener |
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. |
DataTableNaturalSortProvider | A sort provider which sorts the rows based on the values of one column. |
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. |
DataTableView | This class is a view on a DataTable which hides all examples not listed in an index list. |
Example2DataTableRowIterator | This iterator iterates over all examples of an example set and creates
Example2DataTableRowWrapper objects. |
Example2DataTableRowWrapper | This class allows to use Example s 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. |
NominalSortingDataTableMapping | A view on a dataTable which changes the mapping of nominal values such that nominal values or ordered lexically ascending or descending with increasing index values. |
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. |
SortedDataTableView | A view on a parent DataTable which maps the row indices such that the view is sorted. |
ValueMappingDataTableRow | |
ValueMappingDataTableView | A view on a parent DataTable which maps values from the parent table to other values. |
Enum Summary | |
---|---|
FilteredDataTable.ConditionCombination |
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 |