DirectedEdge

class pqp.identification.DirectedEdge(start, end)

Bases: object

A directed edge between two variables, represents a causal relationship

Parameters:
  • start (Variable) – the start of the edge

  • end (Variable) – the end of the edge