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

Class DegreeDistributionConnections

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

Help on DegreeDistributionConnections [class]:
 This ConnectionIterator generates connections such the either the in or out degree of a SimObject in the population follows a given probability distribution. 
 
\attention This class works only together with the SimpleAllToAllWiringMethod

Nested Classes [hide private]
  DegreeType
Instance Methods [hide private]
 
__init__(...)
Help on DegreeDistributionConnections::DegreeDistributionConnections(RandomDistribution const & distribution, DegreeDistributionConnections::DegreeType degreeType) [constructor]

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 132
  incoming = pypcsim.DegreeType.incoming
  outgoing = pypcsim.DegreeType.outgoing
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on DegreeDistributionConnections::DegreeDistributionConnections(RandomDistribution const & distribution, DegreeDistributionConnections::DegreeType degreeType) [constructor]

Overrides: object.__init__