Yog.FSharp
Getting Started Examples API Reference GitHub

Centrality Type

A mapping of Node IDs to their calculated centrality scores.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
Returns: float
key : NodeId
Returns: float

this.Keys

Full Usage: this.Keys

Returns: ICollection<NodeId>
Returns: ICollection<NodeId>

this.Values

Full Usage: this.Values

Returns: ICollection<float>
Returns: ICollection<float>