|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.nengo.model.nef.impl.NEFUtil
public class NEFUtil
Utility methods for related to Neural Engineering Framework.
| Constructor Summary | |
|---|---|
NEFUtil()
|
|
| Method Summary | |
|---|---|
static float[][] |
getOutput(DecodedOrigin origin,
float[][] input,
SimulationMode mode)
Calculates an instantaneous input-output mapping for an ensemble. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NEFUtil()
| Method Detail |
|---|
public static float[][] getOutput(DecodedOrigin origin,
float[][] input,
SimulationMode mode)
origin - The origin from which to take the output (must belong to an NEFEnsemble)input - Set of inputs directly into the ensemble (not through termination mapping/dynamics)mode - SimulationMode in which to calculate the mapping; must be DIRECT or CONSTANT_RATE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||