Interface IndividualCommunityMetricGridSearch<U>
- Type Parameters:
U- type of the users
- All Known Implementing Classes:
CommDegreeGridSearch,CommSizeGridSearch,VolumeGridSearch
public interface IndividualCommunityMetricGridSearch<U>
Class for performing the grid search for a given individual community metric.
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.util.function.Supplier<IndividualCommunityMetric<U>>>grid(Grid grid)Obtains the different individual community metrics to compute in a grid.
-
Method Details
-
grid
java.util.Map<java.lang.String,java.util.function.Supplier<IndividualCommunityMetric<U>>> grid(Grid grid)Obtains the different individual community metrics to compute in a grid.- Parameters:
grid- the grid for the metric- Returns:
- the grid parameters.
-