|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VectorGenerator | |
|---|---|
| ca.nengo.math.impl | |
| ca.nengo.model.nef | |
| ca.nengo.model.nef.impl | |
| ca.nengo.util.impl | |
| Uses of VectorGenerator in ca.nengo.math.impl |
|---|
| Classes in ca.nengo.math.impl that implement VectorGenerator | |
|---|---|
static class |
IndependentDimensionApproximator.EncoderFactory
A VectorGenerator for use with IndependentDimensionApproximator as an encoder factory. |
static class |
IndependentDimensionApproximator.EvalPointFactory
A VectorGenerator for use with IndependentDimensionApproximator as an evaluation point factory. |
| Uses of VectorGenerator in ca.nengo.model.nef |
|---|
| Methods in ca.nengo.model.nef that return VectorGenerator | |
|---|---|
VectorGenerator |
NEFEnsembleFactory.getEncoderFactory()
|
VectorGenerator |
NEFEnsembleFactory.getEvalPointFactory()
|
| Methods in ca.nengo.model.nef with parameters of type VectorGenerator | |
|---|---|
void |
NEFEnsembleFactory.setEncoderFactory(VectorGenerator factory)
|
void |
NEFEnsembleFactory.setEvalPointFactory(VectorGenerator factory)
|
| Uses of VectorGenerator in ca.nengo.model.nef.impl |
|---|
| Methods in ca.nengo.model.nef.impl that return VectorGenerator | |
|---|---|
VectorGenerator |
NEFEnsembleFactoryImpl.getEncoderFactory()
|
VectorGenerator |
NEFEnsembleFactoryImpl.getEvalPointFactory()
|
| Methods in ca.nengo.model.nef.impl with parameters of type VectorGenerator | |
|---|---|
void |
NEFEnsembleFactoryImpl.setEncoderFactory(VectorGenerator factory)
|
void |
NEFEnsembleFactoryImpl.setEvalPointFactory(VectorGenerator factory)
|
| Uses of VectorGenerator in ca.nengo.util.impl |
|---|
| Classes in ca.nengo.util.impl that implement VectorGenerator | |
|---|---|
class |
RandomHypersphereVG
Generates random vectors distributed on or in a hypersphere. |
class |
Rectifier
Wraps an underlying VectorGenerator, rectifying generated vectors before they are returned. |
| Methods in ca.nengo.util.impl that return VectorGenerator | |
|---|---|
VectorGenerator |
Rectifier.getRectified()
|
| Methods in ca.nengo.util.impl with parameters of type VectorGenerator | |
|---|---|
void |
Rectifier.setRectified(VectorGenerator vg)
|
| Constructors in ca.nengo.util.impl with parameters of type VectorGenerator | |
|---|---|
Rectifier(VectorGenerator vg)
|
|
Rectifier(VectorGenerator vg,
boolean positive)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||