QGIS/python/plugins/processing/algs/qgis/help/nearestneighbouranalysis.rst

33 lines
457 B
ReStructuredText
Raw Normal View History

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)