Based on the Forest Fire algorithm introduced by Leskovec et al. The burn frequency of the edges is used as edge score.
Public Functions
-
ForestFireScore(const Graph &graph, double pf, double targetBurntRatio)
-
virtual void run() override
The generic run method which calls runImpl() and takes care of setting hasRun to the appropriate value.