it.unimi.dsi.webgraph.examples
Class OutdegreeStats
java.lang.Object
it.unimi.dsi.webgraph.examples.OutdegreeStats
public class OutdegreeStats
- extends Object
The main method of this class loads an arbitrary ImmutableGraph
and performs a sequential scan to establish the minimum, maximum and average outdegree.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] arg)
throws IllegalArgumentException,
SecurityException,
IllegalAccessException,
InvocationTargetException,
NoSuchMethodException,
JSAPException,
IOException
- Throws:
IllegalArgumentException
SecurityException
IllegalAccessException
InvocationTargetException
NoSuchMethodException
JSAPException
IOException