public interface DataSet
Modifier and Type | Method and Description |
---|---|
int |
getDimensions()
Retrieve how many dimensions this dataset refers to.
|
java.lang.String |
getPointValue(int point,
int dimension)
Retrieve data information from a point.
|
int |
size()
Retrieve how many points this data set has.
|
int size()
int getDimensions()
java.lang.String getPointValue(int point, int dimension)
point
- The point numberdimension
- The point dimension (or "column") to request data from