Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
I
M
N
R
S
U
V
W
A
addOutgoingEdge(Vertex, float)
- Method in class com.pawjaw.graph.fppr.
Vertex
Add a directed outgoing edge from this Vertex to a destination Vertex.
addSegment(Graph.Step)
- Method in class com.pawjaw.graph.fppr.
Vertex
C
com.pawjaw.graph.fppr
- package com.pawjaw.graph.fppr
com.pawjaw.graph.fppr.demo
- package com.pawjaw.graph.fppr.demo
compareTo(Vertex)
- Method in class com.pawjaw.graph.fppr.
Vertex
E
editDistance(String, String)
- Static method in class com.pawjaw.graph.fppr.demo.
Utils
G
Graph
- Class in
com.pawjaw.graph.fppr
This is a structure for representing a graph capable of performing Fully Personalized PageRank efficiently through random walk sampling.
Graph(int)
- Constructor for class com.pawjaw.graph.fppr.
Graph
Graph.Step
- Class in
com.pawjaw.graph.fppr
I
id
- Variable in class com.pawjaw.graph.fppr.
Vertex
The id of this vertex.
M
main(String[])
- Static method in class com.pawjaw.graph.fppr.demo.
SimilarSpelledWords
N
nextSegmentStart()
- Method in class com.pawjaw.graph.fppr.
Vertex
R
rank(int, int, List<Integer>)
- Method in class com.pawjaw.graph.fppr.
Graph
Obtain a descending ranking of nearest neighbors according to a Personalized PageRank of this Graph.
reset()
- Method in class com.pawjaw.graph.fppr.
Vertex
RESET_PROBABILITY
- Static variable in class com.pawjaw.graph.fppr.
Graph
The probability of ending a random walk segment and either resetting to a source vertex or jumping to another random vertex.
S
sampleNeighbor()
- Method in class com.pawjaw.graph.fppr.
Vertex
scaledEditSimilarity(String, String)
- Static method in class com.pawjaw.graph.fppr.demo.
Utils
scaledEditSimilarity(String, String, int)
- Static method in class com.pawjaw.graph.fppr.demo.
Utils
SimilarSpelledWords
- Class in
com.pawjaw.graph.fppr.demo
SimilarSpelledWords()
- Constructor for class com.pawjaw.graph.fppr.demo.
SimilarSpelledWords
U
Utils
- Class in
com.pawjaw.graph.fppr.demo
Utils()
- Constructor for class com.pawjaw.graph.fppr.demo.
Utils
V
vertex(int)
- Method in class com.pawjaw.graph.fppr.
Graph
Vertex
- Class in
com.pawjaw.graph.fppr
Each element in the PageRank
Graph
is represented by an instance of this class.
Vertex(int)
- Constructor for class com.pawjaw.graph.fppr.
Vertex
vertices()
- Method in class com.pawjaw.graph.fppr.
Graph
visit()
- Method in class com.pawjaw.graph.fppr.
Vertex
visits()
- Method in class com.pawjaw.graph.fppr.
Vertex
W
walk(int)
- Method in class com.pawjaw.graph.fppr.
Graph
Simulate random walks.
A
C
E
G
I
M
N
R
S
U
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes