VertexLabelStyle is an option and property for Graph and related functions that specifies the style to use for vertex labels.
CumulantGeneratingFunction[dist, t] gives the cumulant generating function for the symbolic distribution dist as a function of the variable t. ...
DeBruijnGraph[m, n] gives the n-dimensional De Bruijn graph with m symbols.DeBruijnGraph[m, n, type] gives the De Bruijn graph with connectivity given by type.
Normal
(Built-in Mathematica Symbol) Normal[expr] converts expr to a normal expression, from a variety of special forms.
VertexOutDegree[g] gives the list of vertex out-degrees for all vertices in the graph g.VertexOutDegree[g, v] gives the vertex out-degree for the vertex v.
A common operation in analyzing various kinds of data is to find the discrete Fourier transform (or spectrum) of a list of values. The idea is typically to pick out ...
If
(Built-in Mathematica Symbol) If[condition, t, f] gives t if condition evaluates to True, and f if it evaluates to False. If[condition, t, f, u] gives u if condition evaluates to neither True nor False.
KCoreComponents[g, k] gives the k-core components of the underlying simple graph of g.KCoreComponents[g, k, "InDegree"] gives the k-core components with vertex in-degrees at ...
VertexQ
(Built-in Mathematica Symbol) VertexQ[g, v] yields True if v is a vertex in the graph g and False otherwise.
Some basic matrix operations. Transposing a matrix interchanges the rows and columns in the matrix. If you transpose an m×n matrix, you get an n×m matrix as the result. ...