com.rapidminer.datatable
Interface DataTableRow

All Known Implementing Classes:
CorrelationMatrixRow2DataTableRowWrapper, Example2DataTableRowWrapper, KernelModelRow2DataTableRowWrapper, PairwiseMatrix2DataTableRowWrapper, SimpleDataTableRow, ValueMappingDataTableRow

public interface DataTableRow

A data list that contains Object arrays that record process results or other data. Each row can consist of an id and an object array which represents the data.

Author:
Ingo Mierswa

Method Summary
 java.lang.String getId()
          Returns the Id of this table row.
 int getNumberOfValues()
          Returns the total number of values.
 double getValue(int index)
          Returns the i-th value.
 

Method Detail

getId

java.lang.String getId()
Returns the Id of this table row.


getValue

double getValue(int index)
Returns the i-th value.


getNumberOfValues

int getNumberOfValues()
Returns the total number of values.



Copyright © 2001-2009 by Rapid-I