Linkage
(Hierarchical Clustering Package Symbol) Linkage is an option for Agglomerate and DendrogramPlot that specifies the linkage method for agglomerative clustering.
ContourShading is an option for contour plots that specifies how the regions between contour lines should be shaded.
$PrintServiceResponse uses the Mathematica Print function to print the message received from a web service before it is deserialized into a Rule syntax expression.
DatabaseLink contains a number of example databases (many use HSQLDB). These allow you to try examples in the documentation and learn the details of working with databases in ...
int MLPutIntegerList (MLINK link, int *a, long n) puts a list of n integers starting from location a to the MathLink connection specified by link.
JavaThrow["exception"] causes an exception of the specified class to be thrown in the Java thread that called the Mathematica program in which JavaThrow occurred. ...
UninstallNET[] shuts down the .NET runtime that was started by InstallNET.
InverseFourierSequenceTransform[expr, \[Omega], n] gives the inverse discrete-time Fourier transform of expr.InverseFourierSequenceTransform[expr, {\[Omega]_1, \[Omega]_2, \ ...
FrobeniusInstance and FrobeniusSolve are now available as the newly added built-in Mathematica kernel function FrobeniusSolve. FrobeniusF is now available as the newly added ...
int MLGetInteger (MLINK link, int *i) gets an integer from the MathLink connection specified by link and stores it in i.