CompoundPye  0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
 All Classes Namespaces Functions Variables Pages
CompoundPye.src.Components.component.Component2 Class Reference

Very similar to the class Component, but with 2 functions in the transfer from input to output. More...

Inheritance diagram for CompoundPye.src.Components.component.Component2:
CompoundPye.src.Components.component.Component

Additional Inherited Members

- Public Member Functions inherited from CompoundPye.src.Components.component.Component
def __init__
 Initializes a Component-object. More...
 
def update
 Updates the Component's internal value and output based on the provided input. More...
 
def get_output
 Returns Component.output . More...
 
def add_connection
 Adds a connections to the Component's list of connections. More...
 
- Public Attributes inherited from CompoundPye.src.Components.component.Component
 value
 Current internal value. More...
 
 output
 Current output of the object, calculated using the object's transfer function Component.activation_func and its internal value Component.value as the function's input. More...
 
 activation_func
 Transfer function of the Component-object. More...
 
 param
 List of parameters for the object's transfer function Component.activation_func. More...
 
 time_const_output
 The Component's time constant, which specifies how much of its previous Component.value remains after each update step. More...
 
 label
 
 attributes
 assign attributes to the neuron, e.g. More...
 
 next_neighbour_single_time
 create only once per pairs of neighbours, True or False More...
 

Detailed Description

Very similar to the class Component, but with 2 functions in the transfer from input to output.

I'm not sure about the mathematical implications, though. If I require 2 functions, I can as well combine them into one ...


The documentation for this class was generated from the following file: