Class OutdegreeStats
- java.lang.Object
-
- it.unimi.dsi.big.webgraph.examples.OutdegreeStats
-
public class OutdegreeStats extends java.lang.ObjectThe main method of this class loads an arbitraryImmutableGraphand 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 voidmain(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.IllegalArgumentExceptionjava.lang.SecurityExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodExceptioncom.martiansoftware.jsap.JSAPExceptionjava.io.IOException
-
-