Skip to content

@graphty/algorithms / index / labelPropagationSemiSupervised

Function: labelPropagationSemiSupervised() ​

labelPropagationSemiSupervised(graph, seedLabels, options): LabelPropagationResult

Defined in: algorithms/community/label-propagation.ts:405

Semi-supervised Label Propagation Some nodes have fixed labels that don't change

Parameters ​

graph ​

Graph

Undirected graph (can be weighted)

seedLabels ​

Map<string, number>

Initial fixed labels for some nodes

options ​

LabelPropagationOptions = {}

Algorithm options

Returns ​

LabelPropagationResult

Community assignments