Class OutdegreeStats

java.lang.Object
it.unimi.dsi.webgraph.examples.OutdegreeStats

public class OutdegreeStats
extends java.lang.Object
The main method of this class loads an arbitrary ImmutableGraph and performs a sequential scan to establish the minimum, maximum and average outdegree.
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] arg)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • main

      public static void main​(java.lang.String[] arg) throws java.lang.IllegalArgumentException, java.lang.SecurityException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, JSAPException, java.io.IOException
      Throws:
      java.lang.IllegalArgumentException
      java.lang.SecurityException
      java.lang.IllegalAccessException
      java.lang.reflect.InvocationTargetException
      java.lang.NoSuchMethodException
      JSAPException
      java.io.IOException