MCPcopy Create free account

hub / github.com/commoncrawl/cc-webgraph / types & classes

Types & classes14 in github.com/commoncrawl/cc-webgraph

ClassCountingMergedIntIterator
An iterator counting the integers returned by multiple {@link LazyIntIterator}s. The input iterators must return integers in a monotonically non-decre
src/main/java/org/commoncrawl/webgraph/CountingMergedIntIterator.java:23
ClassCreatePreferenceVector
Create a preference vector used for PageRank calculations, e.g., (Anti)TrustRank. See <a href= "https://law.di.unimi.it/software/law-docs/it/unimi/dsi
src/main/java/org/commoncrawl/webgraph/CreatePreferenceVector.java:26
ClassDomain
Representation of a domain as a result of folding one or more host names to a domain name. Holds all information for the given domain to convert host
src/main/java/org/commoncrawl/webgraph/HostToDomainGraph.java:127
ClassGraph
Holds webgraph-related data structures and access methods for graph exploration.
src/main/java/org/commoncrawl/webgraph/explore/Graph.java:44
ClassGraphExplorer
Utility class for graph exploration: load and hold all required web graph data structures, provided methods to interactively explore the graph.
src/main/java/org/commoncrawl/webgraph/explore/GraphExplorer.java:32
ClassHostToDomainGraph
Convert host-level webgraph to domain-level webgraph. A webgraph is represented by two text files/streams with tab-separated columns <dl> <dt>vertices
src/main/java/org/commoncrawl/webgraph/HostToDomainGraph.java:65
ClassHostToDomainGraphBig
Holds a host to domain graph mapping if the size of the host graph exceeds {@link Arrays#MAX_ARRAY_SIZE}.
src/main/java/org/commoncrawl/webgraph/HostToDomainGraph.java:517
ClassJoinSortRanks
Assign ranks to harmonic centrality and page rank values, join ranks with node names and sort by decreasing harmonic centrality rank/score. Sorting a
src/main/java/org/commoncrawl/webgraph/JoinSortRanks.java:36
ClassJoinSortRanksBig
Implementation of {@link JoinSortRanks} for lists exceeding {@link Arrays#MAX_ARRAY_SIZE}.
src/main/java/org/commoncrawl/webgraph/JoinSortRanks.java:167
ClassQueuedIterator
src/main/java/org/commoncrawl/webgraph/CountingMergedIntIterator.java:25
ClassTestCountingMergedIntIterator
src/test/java/org/commoncrawl/webgraph/TestCountingMergedIntIterator.java:20
ClassTestHostToDomainGraph
src/test/java/org/commoncrawl/webgraph/TestHostToDomainGraph.java:22
ClassTestJoinSortRanks
src/test/java/org/commoncrawl/webgraph/TestJoinSortRanks.java:20
ClassVertex
src/main/java/org/commoncrawl/webgraph/explore/GraphExplorer.java:36