Class FastGreedyConfigurator<U extends java.io.Serializable>

java.lang.Object
es.uam.eps.ir.relison.grid.community.modularity.FastGreedyConfigurator<U>
Type Parameters:
U - type of the users
All Implemented Interfaces:
CommunityDetectionConfigurator<U>

public class FastGreedyConfigurator<U extends java.io.Serializable>
extends java.lang.Object
implements CommunityDetectionConfigurator<U>
Configures the FastGreedy community detection algorithm.
See Also:
FastGreedy
  • Constructor Summary

    Constructors 
    Constructor Description
    FastGreedyConfigurator()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​java.util.function.Supplier<CommunityDetectionAlgorithm<U>>> configure​(Grid grid)
    Configures a community detection algorithm.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait