|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.datatable.SimpleDataTableRow
public class SimpleDataTableRow
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.
| Constructor Summary | |
|---|---|
SimpleDataTableRow(double[] row)
|
|
SimpleDataTableRow(double[] row,
java.lang.String id)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleDataTableRow(double[] row)
public SimpleDataTableRow(double[] row,
java.lang.String id)
| Method Detail |
|---|
public java.lang.String getId()
DataTableRow
getId in interface DataTableRowpublic double getValue(int index)
DataTableRow
getValue in interface DataTableRowpublic int getNumberOfValues()
DataTableRow
getNumberOfValues in interface DataTableRow
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||