Skip to content

add: OPTICS algorithm #90

@adi271001

Description

@adi271001

Describe the algorithm/code

OPTICS stands for Ordering Points to Identify the Clustering Structure. It's a density-based algorithm similar to DBSCAN, but it's better because it can find meaningful clusters in data that varies in density. It does this by ordering the data points so that the closest points are neighbors in the ordering. Please assign me this issue under hacktoberfest tag.

Do you want to work on this feature?

  • I am willing to implement this feature.

Metadata

Metadata

Assignees

Labels

hacktoberfestLabel for highlighting Hacktoberfest Issue

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions