Package it.unimi.dsi.webgraph.scratch
Class SimRank
- java.lang.Object
-
- it.unimi.dsi.webgraph.scratch.SimRank
-
public class SimRank extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SimRank.GrayComparator
static class
SimRank.HilbertComparator
static class
SimRank.MortonComparator
static class
SimRank.UComparator
static class
SimRank.VignaComparator
-
Constructor Summary
Constructors Constructor Description SimRank()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static void
simRank(int[] source, int[] target, int[] indegree, double c, float[][] previous, float[][] next)
-
-
-
Method Detail
-
simRank
public static void simRank(int[] source, int[] target, int[] indegree, double c, float[][] previous, float[][] next)
-
main
public static void main(java.lang.String[] args) throws java.lang.NumberFormatException, java.io.IOException, com.martiansoftware.jsap.JSAPException
- Throws:
java.lang.NumberFormatException
java.io.IOException
com.martiansoftware.jsap.JSAPException
-
-