Class CompleteCommunityDegreeGiniGridSearch<U>
java.lang.Object
es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.CompleteCommunityDegreeGiniGridSearch<U>
- Type Parameters:
U
- type of the users.
- All Implemented Interfaces:
GlobalCommunityMetricGridSearch<U>
public class CompleteCommunityDegreeGiniGridSearch<U> extends java.lang.Object implements GlobalCommunityMetricGridSearch<U>
Grid for the complete community degree Gini of the graph.
- See Also:
CompleteCommunityDegreeGini
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CompleteCommunityDegreeGiniGridSearch()
-
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
-
ORIENT
private static final java.lang.String ORIENTIdentifier for the degree selection- See Also:
- Constant Field Values
-
AUTOLOOPS
private static final java.lang.String AUTOLOOPSIdentifier for the autoloop selection- See Also:
- Constant Field Values
-
-
Constructor Details
-
CompleteCommunityDegreeGiniGridSearch
public CompleteCommunityDegreeGiniGridSearch()
-
-
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.
-