public static class Neurons.DenseVector extends Iced implements Neurons.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() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public float get(int i)
get
in interface Neurons.Vector
public void set(int i, float val)
set
in interface Neurons.Vector
public void add(int i, float val)
add
in interface Neurons.Vector
public int size()
size
in interface Neurons.Vector
public float[] raw()
raw
in interface Neurons.Vector