120271: Input number of neighbors must be greater than 0 and less than or equal to 5000.

Description

The value for number of neighbors is less than 1 or greater than 5000.

Solution

Confirm that the value for the number of neighbors parameter is equal to or greater than 1 and less than or equal to 5000.