Documentation
¶
Overview ¶
Package pagerank implements the *weighted* PageRank algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
Graph holds node and edge data.
func (*Graph) Link ¶
Link creates a weighted edge between a source-target node pair. If the edge already exists, the weight is incremented.
Click to show internal directories.
Click to hide internal directories.