|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataTableRow | |
|---|---|
| com.rapidminer.datatable | DataTables are the most important data container interface for RapidMiner which are used for all statistics and plotting purposes. |
| com.rapidminer.gui.plotter | This package contains all plotters which are able to create plots from a given DataTable. |
| Uses of DataTableRow in com.rapidminer.datatable |
|---|
| Classes in com.rapidminer.datatable that implement DataTableRow | |
|---|---|
class |
CorrelationMatrixRow2DataTableRowWrapper
This class allows to use the rows of a NumericalMatrix
as basis for DataTableRow. |
class |
Example2DataTableRowWrapper
This class allows to use Examples as basis for
DataTableRow. |
class |
KernelModelRow2DataTableRowWrapper
This class wraps the data row of a kernel model. |
class |
PairwiseMatrix2DataTableRowWrapper
This class allows to use the entries of a NumericalMatrix
as basis for DataTableRow. |
class |
SimpleDataTableRow
A data list that contains Object arrays that record process results or other data. |
| Methods in com.rapidminer.datatable that return DataTableRow | |
|---|---|
DataTableRow |
SimpleDataTable.getRow(int index)
|
DataTableRow |
DataTableSymmetricalMatrixAdapter.getRow(int index)
|
DataTableRow |
DataTablePairwiseMatrixExtractionAdapter.getRow(int rowIndex)
|
DataTableRow |
DataTableKernelModelAdapter.getRow(int index)
|
DataTableRow |
DataTableExampleSetAdapter.getRow(int index)
|
DataTableRow |
DataTable.getRow(int index)
Returns the data table row with the given index. |
DataTableRow |
PairwiseMatrix2DataTableRowIterator.next()
|
DataTableRow |
Example2DataTableRowIterator.next()
|
DataTableRow |
CorrelationMatrixRow2DataTableRowIterator.next()
|
| Methods in com.rapidminer.datatable that return types with arguments of type DataTableRow | |
|---|---|
java.util.Iterator<DataTableRow> |
SimpleDataTable.iterator()
|
java.util.Iterator<DataTableRow> |
DataTableSymmetricalMatrixAdapter.iterator()
|
java.util.Iterator<DataTableRow> |
DataTablePairwiseMatrixExtractionAdapter.iterator()
|
java.util.Iterator<DataTableRow> |
DataTableKernelModelAdapter.iterator()
|
java.util.Iterator<DataTableRow> |
DataTableExampleSetAdapter.iterator()
|
java.util.Iterator<DataTableRow> |
DataTable.iterator()
Returns an iterator over all DataTableRows. |
| Methods in com.rapidminer.datatable with parameters of type DataTableRow | |
|---|---|
void |
SimpleDataTable.add(DataTableRow row)
|
void |
DataTableSymmetricalMatrixAdapter.add(DataTableRow row)
|
void |
DataTablePairwiseMatrixExtractionAdapter.add(DataTableRow row)
|
void |
DataTableKernelModelAdapter.add(DataTableRow row)
|
void |
DataTableExampleSetAdapter.add(DataTableRow row)
|
void |
DataTable.add(DataTableRow row)
Adds the given DataTableRow to the table. |
java.lang.String |
DataTable.getValueAsString(DataTableRow row,
int column)
Must deliver the proper value as string, i.e. the mapped value for nominal columns. |
java.lang.String |
AbstractDataTable.getValueAsString(DataTableRow row,
int column)
|
void |
SimpleDataTable.remove(DataTableRow row)
|
| Uses of DataTableRow in com.rapidminer.gui.plotter |
|---|
| Methods in com.rapidminer.gui.plotter with parameters of type DataTableRow | |
|---|---|
java.awt.Color |
ColorProvider.getPointBorderColor(DataTable table,
DataTableRow row,
int column)
|
double |
ColorProvider.getPointColorValue(DataTable table,
DataTableRow row,
int column,
double min,
double max)
Helper methods which can be used to deliver a value for the point color. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||