Class WeakTiesGridSearch<U>
java.lang.Object
es.uam.eps.ir.relison.grid.sna.comm.global.WeakTiesGridSearch<U>
- Type Parameters:
U
- Type of the users
- All Implemented Interfaces:
GlobalCommunityMetricGridSearch<U>
public class WeakTiesGridSearch<U> extends java.lang.Object implements GlobalCommunityMetricGridSearch<U>
Grid for the number of weak ties of the graph.
-
Constructor Summary
Constructors Constructor Description WeakTiesGridSearch()
-
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.
-
Constructor Details
-
WeakTiesGridSearch
public WeakTiesGridSearch()
-
-
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.
-