项目作者: Alavy

项目描述 :
It is a density-based clustering non-parametric algorithm: given a set of points in some space, it groups together points that are closely packed together (points with many nearby neighbors), marking as outliers points that lie alone in low-density regions (whose nearest neighbors are too far away)
高级语言: Python
项目地址: git://github.com/Alavy/dbscan.git
创建时间: 2021-02-17T11:48:00Z
项目社区:https://github.com/Alavy/dbscan

开源协议:

下载