Returns a sorted list of top topN vertices having integer values. @param baseFilename input-graph @param numVertices number of vertices in the graph (use engine.numVertices()) @param topN how many top results to include @return @throws IOException
(String baseFilename, int numVertices, final int topN)