Package it.unimi.dsi.big.webgraph.typed
Class ConvertToTypedGraph
- java.lang.Object
-
- it.unimi.dsi.big.webgraph.typed.ConvertToTypedGraph
-
public class ConvertToTypedGraph extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDS_EXTENSION
The standard extension for file of ids.
-
Constructor Summary
Constructors Constructor Description ConvertToTypedGraph()
-
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>
convert(ImmutableGraph graph, ImmutableGraph typeGraph, it.unimi.dsi.fastutil.longs.LongBigList nodeTypes, java.lang.String basename, it.unimi.dsi.logging.ProgressLogger pl)
static void
main(java.lang.String[] args)
static boolean
verify(ImmutableGraph graph, ImmutableGraph typeGraph, it.unimi.dsi.fastutil.longs.LongBigList nodeTypes, long[][] id, BVImmutableTypedGraph typedGraph, it.unimi.dsi.logging.ProgressLogger pl)
-
-
-
Field Detail
-
IDS_EXTENSION
public static final java.lang.String IDS_EXTENSION
The standard extension for file of ids.- See Also:
- Constant Field Values
-
-
Method Detail
-
convert
public static java.util.Map<java.lang.String,it.unimi.dsi.stat.SummaryStats> convert(ImmutableGraph graph, ImmutableGraph typeGraph, it.unimi.dsi.fastutil.longs.LongBigList nodeTypes, java.lang.String basename, it.unimi.dsi.logging.ProgressLogger pl) throws java.io.IOException
- Throws:
java.io.IOException
-
verify
public static boolean verify(ImmutableGraph graph, ImmutableGraph typeGraph, it.unimi.dsi.fastutil.longs.LongBigList nodeTypes, long[][] id, BVImmutableTypedGraph typedGraph, 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, org.apache.commons.configuration2.ex.ConfigurationException
- Throws:
com.martiansoftware.jsap.JSAPException
java.lang.ClassNotFoundException
java.io.IOException
org.apache.commons.configuration2.ex.ConfigurationException
-
-