ImageCorrelate[image, ker] gives the correlation of image with kernel ker.ImageCorrelate[image, ker, f] computes a generalized correlation in which the function f is used in ...
MakeExpression[boxes, form] is the low-level function used in Mathematica sessions to construct expressions from boxes.
Placed
(Built-in Mathematica Symbol) Placed[expr, pos] represents an expression expr placed at relative position pos in a chart or other display. Placed[{e_1, e_2, ...}, pos] places each of the e_i at a relative ...
Descriptive statistics refers to properties of distributions, such as location, dispersion, and shape. The functions described here compute descriptive statistics of lists of ...
Abs
(Built-in Mathematica Symbol) Abs[z] gives the absolute value of the real or complex number z.
SymbolizeRootName is an option for Symbolize specifying the name to be used internally for the symbolized boxes.
Save As saves the current notebook in a file with a new name.
Save saves the current notebook.
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
IndependentVertexSetQ[g, vlist] yields True if the vertex list vlist is an independent vertex set in the graph g and False otherwise.