Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

computeLinkLengths

  • computeLinkLengths<Link>(links: Link[], w: number, f: function, la: LinkLengthAccessor<Link>): void
  • Type parameters

    • Link

    Parameters

    • links: Link[]
    • w: number
    • f: function
        • (a: any, b: any): number
        • Parameters

          • a: any
          • b: any

          Returns number

    • la: LinkLengthAccessor<Link>

    Returns void

generateDirectedEdgeConstraints

  • generate separation constraints for all edges unless both their source and sink are in the same strongly connected component

    class

    generateDirectedEdgeConstraints

    Type parameters

    • Link

    Parameters

    Returns IConstraint[]

getNeighbours

  • getNeighbours<Link>(links: Link[], la: LinkAccessor<Link>): any

intersectionCount

  • intersectionCount(a: number[], b: number[]): number

jaccardLinkLengths

  • modify the specified links lengths based on the jaccard difference between their neighbours

    class

    jaccardLinkLengths

    Type parameters

    • Link

    Parameters

    Returns void

stronglyConnectedComponents

  • stronglyConnectedComponents<Link>(numVertices: number, edges: Link[], la: LinkAccessor<Link>): number[][]

symmetricDiffLinkLengths

  • symmetricDiffLinkLengths<Link>(links: Link[], la: LinkLengthAccessor<Link>, w?: number): void
  • modify the specified link lengths based on the symmetric difference of their neighbours

    class

    symmetricDiffLinkLengths

    Type parameters

    • Link

    Parameters

    Returns void

unionCount

  • unionCount(a: any, b: any): number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc