Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commoncrawl/cc-webgraph
/ types & classes
Types & classes
14 in github.com/commoncrawl/cc-webgraph
⨍
Functions
144
◇
Types & classes
14
Class
CountingMergedIntIterator
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
Class
CreatePreferenceVector
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
Class
Domain
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
Class
Graph
Holds webgraph-related data structures and access methods for graph exploration.
src/main/java/org/commoncrawl/webgraph/explore/Graph.java:44
Class
GraphExplorer
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
Class
HostToDomainGraph
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
Class
HostToDomainGraphBig
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
Class
JoinSortRanks
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
Class
JoinSortRanksBig
Implementation of {@link JoinSortRanks} for lists exceeding {@link Arrays#MAX_ARRAY_SIZE}.
src/main/java/org/commoncrawl/webgraph/JoinSortRanks.java:167
Class
QueuedIterator
src/main/java/org/commoncrawl/webgraph/CountingMergedIntIterator.java:25
Class
TestCountingMergedIntIterator
src/test/java/org/commoncrawl/webgraph/TestCountingMergedIntIterator.java:20
Class
TestHostToDomainGraph
src/test/java/org/commoncrawl/webgraph/TestHostToDomainGraph.java:22
Class
TestJoinSortRanks
src/test/java/org/commoncrawl/webgraph/TestJoinSortRanks.java:20
Class
Vertex
src/main/java/org/commoncrawl/webgraph/explore/GraphExplorer.java:36