Module pypcsim :: Class EuclideanDistanceRandomConnections
[hide private]
[frames] | no frames]

Class EuclideanDistanceRandomConnections

    object --+        
             |        
   ??.instance --+    
                 |    
ConnectionIterator --+
                     |
                    EuclideanDistanceRandomConnections

Help on EuclideanDistanceRandomConnections [class]: Implementation of a ConnectionIterator which generates connections which a connection probability which depends on the spatial distance between SimObject's.

\deprecated Use PredicateBasedConnections together with EuclidianDistanceConnectionPredicate.

The connection probability is C exp( -|x-y|^2 lambda^2 ) where |x-y| is the Euclidian distance between the SimObject's x and y.

Instance Methods [hide private]
 
__init__(...)
Help on EuclideanDistanceRandomConnections::EuclideanDistanceRandomConnections(double const C, double const lambda) [constructor]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 96
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on EuclideanDistanceRandomConnections::EuclideanDistanceRandomConnections(double const C, double const lambda) [constructor]

Overrides: object.__init__