| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
base.simulation.EPConnection --+
|
base.projection.Projection --+
|
OneToOneProjection
A projection that has at most one input connection for each unit.
This projection has exactly one weight for each destination unit. The input locations on the input sheet are determined by a coordinate mapper. Inputs that map outside the bounds of the input sheet are treated as having zero weight.
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
coord_mapper = param.ClassSelector(CoordinateMapperFn, defaultFunction to map a destination unit coordinate into the src sheet. |
|||
weights_generator = param.ClassSelector(PatternGenerator, defaGenerate initial weight values for each unit of the destination sheet. |
|||
output_fn = param.ClassSelector(OutputFn, default= IdentityOF(Function applied to the Projection activity after it is computed. |
|||
learning_fn = param.ClassSelector(LearningFn, default= IdentitLearning function applied to weights. |
|||
learning_rate = param.Number(default= 0)
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Compute an activity matrix for output, based on the specified input_activity. Subclasses must override this method to whatever it means to calculate activity in that subclass.
|
|
|
|||
coord_mapperFunction to map a destination unit coordinate into the src sheet.
|
weights_generatorGenerate initial weight values for each unit of the destination sheet.
|
output_fnFunction applied to the Projection activity after it is computed.
|
learning_fnLearning function applied to weights.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:36 2008 | http://epydoc.sourceforge.net |