|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nengo.util.impl.FixedVectorGenerator
public class FixedVectorGenerator
Generates vectors from a given set. TODO: Reference Deak, Muller
Constructor Summary | |
---|---|
FixedVectorGenerator(float[][] vectors)
|
Method Summary | |
---|---|
float[][] |
genVectors(int number,
int dimension)
The vector distribution is decided by implementing classes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedVectorGenerator(float[][] vectors)
Method Detail |
---|
public float[][] genVectors(int number, int dimension)
VectorGenerator
genVectors
in interface VectorGenerator
number
- Number of vectors to be returneddimension
- Dimension of the vectors to be returned
|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |