Class ComputeHopPlotVariance


  • public class ComputeHopPlotVariance
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double hopPlotVariance​(ImmutableGraph graph, int log2m, int iteration, boolean random)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • ComputeHopPlotVariance

        public ComputeHopPlotVariance()
    • Method Detail

      • hopPlotVariance

        public static double hopPlotVariance​(ImmutableGraph graph,
                                             int log2m,
                                             int iteration,
                                             boolean random)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws com.martiansoftware.jsap.JSAPException,
                                java.io.IOException
        Throws:
        com.martiansoftware.jsap.JSAPException
        java.io.IOException