public static interface Storage.Vector
Modifier and Type | Method and Description |
---|---|
void |
add(int i,
double val) |
double |
get(int i) |
double[] |
raw() |
void |
set(int i,
double val) |
int |
size() |
water.fvec.Frame |
toFrame(water.Key key) |