public static class Storage.DenseVector extends water.Iced implements Storage.Vector
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i,
float val) |
float |
get(int i) |
float[] |
raw() |
void |
set(int i,
float val) |
int |
size() |
water.fvec.Frame |
toFrame(water.Key key) |
public float get(int i)
get in interface Storage.Vectorpublic void set(int i,
float val)
set in interface Storage.Vectorpublic void add(int i,
float val)
add in interface Storage.Vectorpublic int size()
size in interface Storage.Vectorpublic float[] raw()
raw in interface Storage.Vectorpublic water.fvec.Frame toFrame(water.Key key)
toFrame in interface Storage.Vector