Skip to content

Duplicate point in noise & cluster #9

Description

@rugleb

Is it correct to add the point to the noise at this step?

		if len(neighborPts) < minPoints {
			noise = append(noise, i)
		}

As far as I understand, there may be a situation where a point from the noise will be added to the cluster later. Thus, the total number of points in clusters + noise will be greater than the total number of points.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions