-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathContents.m
29 lines (29 loc) · 1.13 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% CONTEST.
% Version 1.2 20-May-2008
% Alan Taylor and Des Higham
%
% baitsample - Bait and prey subsampling
% curvature - Curvatures (clustering coefficients)
% erdrey - Erdos-Renyi model graph
% geo - Geometric random graph
% gilbert - Gilbert model graph
% kleinberg - Kleinberg model graph
% lap - Laplacian matrix (normalized or unnormalized)
% lockandkey - Lock and key model graph
% mht - Mean hitting times
% pagerank - PageRank matrix
% pathlength - Minimum path lengths
% pref - Scale free random graph
% renga - Range dependent random graph
% rewire - Redirect edges
% short - Add shortcuts
% smallw - Small world random graph
% sticky - Stickiness model random graph
% unisample - Uniform subsampling
%
% For documentation see
% - https://www.maths.ed.ac.uk/~dhigham/CONTEST_package.html
% - Alan Taylor and Desmond J. Higham. CONTEST: A Controllable Test Matrix
% Toolbox for MATLAB. ACM Trans. Math. Software, 35(4):26:1-26:17, 2009.
% https://doi.org/10.1145/1462173.1462175
% Included with permission.