Class SimRankH


  • public class SimRankH
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SimRankH()  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimRankH

        public SimRankH()
    • 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