MetaWards Logo
0.8.2
  • Installation instructions
  • Model data
  • Tutorial
  • Usage
  • Running on a cluster
  • Documentation
  • Developer’s guide
  • Changelog
MetaWards
  • Docs »
  • metawards.Link
  • View page source

metawards.Link¶

class metawards.Link(ifrom: int = None, ito: int = None, weight: float = None, suscept: float = None, distance: float = None, A: int = None)[source]¶

This is a link between nodes in the network

__init__(ifrom: int = None, ito: int = None, weight: float = None, suscept: float = None, distance: float = None, A: int = None) → None¶

Methods

__init__(ifrom, ito, weight, suscept, …)

Attributes

A
distance
ifrom
ito
suscept
weight

Last updated on Apr 21, 2020.