InstanceOf[netobject, nettype] gives True if netobject is an instance of the type nettype, or a subtype, and False otherwise.
OpenCLMemoryCopyToDevice[mem] force copies OpenCLMemory from the CPU to the GPU.
TetGenSetFacets[expr, vertices] sets the facets for a TetGen expression.
CommunityModularity[g, partition] gives the community modularity of a partition.CommunityModularity[g, assignment] gives the community modularity of an assignment.
MaximalBipartiteMatching[g] gives the maximal matching of the bipartite graph g.
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.
KML
(Mathematica Import/Export Format) KML map data format. Standard GIS file format. Stores the geometry and data of cartographic map features. KML is an acronym for Keyhole Markup Language. Used by Google Earth. ...
Dashing
(Built-in Mathematica Symbol) Dashing[{r_1, r_2, ...}] is a two-dimensional graphics directive specifying that lines that follow are to be drawn dashed, with successive segments of lengths r_1, r_2, ... ...
Dividers is an option for Grid and related constructs that specifies where and how to draw divider lines.