| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.parameterizedobject.ParameterizedObject --+
|
base.simulation.EventProcessor --+
|
object --+ |
| |
base.sheetcoords.SheetCoordinateSystem --+
|
base.sheet.Sheet --+
|
base.projection.ProjectionSheet --+
|
base.cf.CFSheet --+
|
CFSOM
Kohonen Self-Organizing Map algorithm extended to support ConnectionFields.
This is an implementation of the Kohonen SOM algorithm extended to support ConnectionFields, i.e., different spatially restricted input regions for different units. With fully connected input regions, it should be usable as a regular SOM as well.
This implementation is obsolete and will be removed soon. Please see examples/cfsom_or.ty for current SOM support.
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
alpha_0 = Number(0.5, doc= "Initial value of the learning rate.")Initial value of the learning rate. |
|||
radius_0 = <topo.base.parameterclasses.Number object at 0xa8f2Initial value of the neighborhood radius. |
|||
precedence = <topo.base.parameterclasses.Number object at 0xa8Allows a sorting order for Sheets, e.g. |
|||
learning_length = <topo.base.parameterclasses.Number object atNumber of input presentations to use, by default. |
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Initialize this object as an EventProcessor, then also as a SheetCoordinateSystem with equal xdensity and ydensity. sheet_views is a dictionary that stores SheetViews, i.e. representations of the sheet for use by analysis or plotting code.
|
|
|
|||
radius_0Initial value of the neighborhood radius.
|
precedenceAllows a sorting order for Sheets, e.g. in the GUI.
|
learning_lengthNumber of input presentations to use, by default.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Feb 21 15:25:08 2008 | http://epydoc.sourceforge.net |