|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodingException | |
mosaic.sim.neuron.netinputs |
Uses of CodingException in mosaic.sim.neuron.netinputs |
Methods in mosaic.sim.neuron.netinputs that throw CodingException | |
void |
ImageInput.setCoder(VectorInputCoder coder)
Initializes the Spike coder. |
void |
ImageInput.setCoder(MatrixInputCoder coder)
|
void |
ImageInput.startInput()
This method really starts the network input and should only be called after the coder has been initialized with setCoder(). |
void |
TemporalCodedInput.enterVector(double[] vector)
Enters a new analog input vector into the simulation. |
void |
VectorInputCoder.enterVector(double[] vector)
Enters a new real numbered input vector into the simulation. |
void |
MatrixInputCoder.enterMatrix(double[][] matrix)
Enters a new real numbered input matrix into the simulation. |
void |
RateCodedInputVector.enterVector(double[] vector)
Implementation of VectorInput.enterVector. |
Constructors in mosaic.sim.neuron.netinputs that throw CodingException | |
ImageInput(java.lang.String filename,
int dim)
This constructor initializes the class for one-dimensional or two-dimensional input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |