mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
33 lines
457 B
ReStructuredText
33 lines
457 B
ReStructuredText
NEAREST NEIGHBOUR ANALYSIS
|
|
==========================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Points[Vector]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Result[HTML]``:
|
|
- ``Observed mean distance[Number]``:
|
|
- ``Expected mean distance[Number]``:
|
|
- ``Nearest neighbour index[Number]``:
|
|
- ``Number of points[Number]``:
|
|
- ``Z-Score[Number]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('qgis:nearestneighbouranalysis', points, output)
|