public static class Storage.DenseVector extends water.Iced implements 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) |
public double get(int i)
get in interface Storage.Vectorpublic void set(int i,
double val)
set in interface Storage.Vectorpublic void add(int i,
double val)
add in interface Storage.Vectorpublic int size()
size in interface Storage.Vectorpublic double[] raw()
raw in interface Storage.Vectorpublic water.fvec.Frame toFrame(water.Key key)
toFrame in interface Storage.Vector