Class EstimateTypedGraphSize


  • public class EstimateTypedGraphSize
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​it.unimi.dsi.stat.SummaryStats> estimate​(ImmutableGraph graph, it.unimi.dsi.webgraph.ImmutableGraph typeGraph, it.unimi.dsi.fastutil.longs.LongBigList nodeTypes, it.unimi.dsi.logging.ProgressLogger pl)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EstimateTypedGraphSize

        public EstimateTypedGraphSize()
    • Method Detail

      • estimate

        public static java.util.Map<java.lang.String,​it.unimi.dsi.stat.SummaryStats> estimate​(ImmutableGraph graph,
                                                                                                    it.unimi.dsi.webgraph.ImmutableGraph typeGraph,
                                                                                                    it.unimi.dsi.fastutil.longs.LongBigList nodeTypes,
                                                                                                    it.unimi.dsi.logging.ProgressLogger pl)
                                                                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws com.martiansoftware.jsap.JSAPException,
                                java.lang.ClassNotFoundException,
                                java.io.IOException
        Throws:
        com.martiansoftware.jsap.JSAPException
        java.lang.ClassNotFoundException
        java.io.IOException