Print
(Built-in Mathematica Symbol) Print[expr] prints expr as output.
SquaredEuclideanDistance[u, v] gives the squared Euclidean distance between vectors u and v.
CUDAResourcesInstall[] installs the CUDAResources paclet from the Wolfram Data Paclet server.CUDAResourcesInstall[pth] installs the CUDAResources paclet from the paclet file.
$SQLTimeout gives the default time in seconds that DatabaseLink waits while opening connections and executing database queries.
InstanceOf[javaobject, javaclass] gives True if javaobject is an instance of the class or interface javaclass, or a subclass. Otherwise, it returns False. ...
InstanceOf[netobject, nettype] gives True if netobject is an instance of the type nettype, or a subtype, and False otherwise.
Function::flpar
CommunityModularity[g, partition] gives the community modularity of a partition.CommunityModularity[g, assignment] gives the community modularity of an assignment.
NeighborhoodSubgraph[g, i, r] gives a subgraph consists of vertices that can be reached from vertex i within r hops.NeighborhoodSubgraph[g, i] gives a subgraph consists of ...
MeanDifferenceTest[list_1, list_2, \[CapitalDelta]\[Mu]_0] performs a test with null hypothesis \[Mu]_1 - \[Mu]_2 = \[CapitalDelta]\[Mu]_0.