C

KCoreComponentsResult

Represents the k-Cores as computed by KCoreComponents.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a map which returns for each node the largest k for which a node is contained in the k-core.
readonlyfinal
Gets the largest k for which the k-core is not empty.
readonlyfinal

Methods

Gets the k-Core with the given degree k.
final

Parameters

k: number
The degree of the k-core.

Return Value

ResultItemCollection<INode>
A collection of nodes which constitute the k-core with degree k. Might be empty.