|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Primitive, top-level interface for defining elementary methods for data frame concepts.
| Method Summary | |
Variable |
getVariable(java.lang.String name)
|
java.lang.String[] |
getVariableNames()
Return a (ordered) list of the names of the variables contained in this collection. |
long |
numObservations()
Return the number of observations available in each of the variables. |
long |
numVariables()
Return the number of variables contained in this frame. |
java.lang.String[] |
rowNames()
Returns an array of the identifiers of the row names. |
| Method Detail |
public java.lang.String[] getVariableNames()
public long numVariables()
public long numObservations()
public java.lang.String[] rowNames()
public Variable getVariable(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||