Skip to content

Commit

Permalink
enhance nearest neighbour analysis description
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed Jul 29, 2020
1 parent 40f21ab commit d1e4807
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -48,6 +48,7 @@ QString QgsNearestNeighbourAnalysisAlgorithm::groupId() const
QString QgsNearestNeighbourAnalysisAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm performs nearest neighbor analysis for a point layer.\n\n"
"The output allows to understand how you data are distributed (clustered, randomly or distributed).\n\n"
"Output is generated as an HTML file with the computed statistical values." );
}

Expand Down

0 comments on commit d1e4807

Please sign in to comment.