Class OutdegreeStats
- java.lang.Object
-
- it.unimi.dsi.big.webgraph.examples.OutdegreeStats
-
public class OutdegreeStats extends java.lang.Object
The main method of this class loads an arbitraryImmutableGraph
and performs a sequential scan to establish the minimum, maximum and average outdegree.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] arg)
-
-
-
Method Detail
-
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, com.martiansoftware.jsap.JSAPException, java.io.IOException
- Throws:
java.lang.IllegalArgumentException
java.lang.SecurityException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
com.martiansoftware.jsap.JSAPException
java.io.IOException
-
-