Package it.unimi.dsi.webgraph.scratch
Class SimRank
java.lang.Object
it.unimi.dsi.webgraph.scratch.SimRank
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
static final class
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimRank
public SimRank()
-
-
Method Details
-
simRank
public static void simRank(int[] source, int[] target, int[] indegree, double c, float[][] previous, float[][] next) -
main
public static void main(String[] args) throws NumberFormatException, IOException, com.martiansoftware.jsap.JSAPException - Throws:
NumberFormatException
IOException
com.martiansoftware.jsap.JSAPException
-