Class CompleteCommunityEdgeGiniGridSearch<U>
java.lang.Object
es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.CompleteCommunityEdgeGiniGridSearch<U>
- Type Parameters:
U
- type of the users
- All Implemented Interfaces:
GlobalCommunityMetricGridSearch<U>
public class CompleteCommunityEdgeGiniGridSearch<U> extends java.lang.Object implements GlobalCommunityMetricGridSearch<U>
Grid for the complete community edge gini of the graph.
- See Also:
CompleteCommunityEdgeGini
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
NODESELFLOOPS
Identifier for the variable that indicates if selfloops are allowed or not. -
Constructor Summary
Constructors Constructor Description CompleteCommunityEdgeGiniGridSearch()
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.util.function.Supplier<CommunityMetric<U>>>
grid(Grid grid)
Obtains the different global community metrics metrics to compute in a grid.
-
Field Details
-
NODESELFLOOPS
private static final java.lang.String NODESELFLOOPSIdentifier for the variable that indicates if selfloops are allowed or not.- See Also:
- Constant Field Values
-
-
Constructor Details
-
CompleteCommunityEdgeGiniGridSearch
public CompleteCommunityEdgeGiniGridSearch()
-
-
Method Details
-
grid
public java.util.Map<java.lang.String,java.util.function.Supplier<CommunityMetric<U>>> grid(Grid grid)Description copied from interface:GlobalCommunityMetricGridSearch
Obtains the different global community metrics metrics to compute in a grid.- Specified by:
grid
in interfaceGlobalCommunityMetricGridSearch<U>
- Parameters:
grid
- The grid for the metric- Returns:
- the grid parameters.
-