@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 ​
Undirected graph (can be weighted)
seedLabels ​
Map<string, number>
Initial fixed labels for some nodes
options ​
Algorithm options
Returns ​
Community assignments