edu.udo.cs.yale.datatable
Interface DataTableRow

All Known Implementing Classes:
Example2DataTableRowWrapper, KernelModelRow2DataTableRowWrapper, SimpleDataTableRow

public interface DataTableRow

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

Version:
$Id: DataTableRow.java,v 1.3 2006/08/03 14:39:33 ingomierswa Exp $
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-2006