Class ComplementaryPageRankGridSearch<U>
java.lang.Object
es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryPageRankGridSearch<U>
- Type Parameters:
U
- type of the users
- All Implemented Interfaces:
VertexMetricGridSearch<U>
public class ComplementaryPageRankGridSearch<U> extends java.lang.Object implements VertexMetricGridSearch<U>
Grid for the PageRank value of a node in the complementary graph.
- See Also:
ComplementaryPageRank
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
R
Identifier for the orientation. -
Constructor Summary
Constructors Constructor Description ComplementaryPageRankGridSearch()
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,VertexMetricFunction<U>>
grid(Grid grid)
Obtains the different vertex metrics to compute in a grid.java.util.Map<java.lang.String,java.util.function.Supplier<VertexMetric<U>>>
grid(Grid grid, DistanceCalculator<U> distCalc)
Obtains the different vertex metrics to compute in a grid.
-
Field Details
-
R
private static final java.lang.String RIdentifier for the orientation.- See Also:
- Constant Field Values
-
-
Constructor Details
-
ComplementaryPageRankGridSearch
public ComplementaryPageRankGridSearch()
-
-
Method Details
-
grid
public java.util.Map<java.lang.String,java.util.function.Supplier<VertexMetric<U>>> grid(Grid grid, DistanceCalculator<U> distCalc)Description copied from interface:VertexMetricGridSearch
Obtains the different vertex metrics to compute in a grid.- Specified by:
grid
in interfaceVertexMetricGridSearch<U>
- Parameters:
grid
- The grid for the algorithmdistCalc
- A distance calculator.- Returns:
- the grid parameters.
-
grid
Description copied from interface:VertexMetricGridSearch
Obtains the different vertex metrics to compute in a grid.- Specified by:
grid
in interfaceVertexMetricGridSearch<U>
- Parameters:
grid
- The grid for the algorithm- Returns:
- the grid parameters.
-