71 - 80 of 106 for NearestSearch Results
View search results from all Wolfram sites (1448 matches)
ImageResize   (Built-in Mathematica Symbol)
ImageResize[image, w] gives a resized version of image that is w pixels wide.ImageResize[image, {s}] gives a resized version of image with a maximum pixel width or height ...
In many computations you are concerned only with the final result of evaluating the expression given as input. But sometimes you also want to collect expressions that were ...
Quantile   (Built-in Mathematica Symbol)
Quantile[list, q] gives the q\[Null]\[Null]^th quantile of list. Quantile[list, {q_1, q_2, ...}] gives a list of quantiles q_1, q_2, .... Quantile[list, q, {{a, b}, {c, d}}] ...
Catch   (Built-in Mathematica Symbol)
Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form ...
ImagePerspectiveTransformation   (Built-in Mathematica Symbol)
ImagePerspectiveTransformation[image, m] applies a linear fractional transform specified by a matrix m to the positions of each pixel in ...
MousePosition   (Built-in Mathematica Symbol)
MousePosition[] gives the current mouse position in the notebook front end. MousePosition["coords"] gives the mouse position with respect to the specified coordinate ...
Constructing Lists   (Mathematica Tutorial)
Lists are widely used in Mathematica, and there are many ways to construct them. Some explicit ways to construct lists. This gives a table of the first five powers of 2.
Computational Geometry Package   (Computational Geometry Package Tutorial)
Computational geometry is the study of efficient algorithms for solving geometric problems. The nearest neighbor problem involves identifying one point, out of a set of ...
Function   (Built-in Mathematica Symbol)
Function[body] or body & is a pure function. The formal parameters are # (or #1), #2, etc. Function[x, body] is a pure function with a single formal parameter x. ...
Real   (Built-in Mathematica Symbol)
Real is the head used for real (floating-point) numbers.
1 ... 5|6|7|8|9|10|11 Previous Next

...