yusufuzun / dbscan

DBSCAN Clustering Algorithm C# Implementation
51 stars 14 forks source link

NuGet package availability? #20

Closed SuperJMN closed 1 month ago

SuperJMN commented 1 month ago

Is there any NuGet package for this project?

Thanks!

viceroypenguin commented 1 month ago

@SuperJMN fyi https://github.com/viceroypenguin/DBSCAN does have a nuget package available

SuperJMN commented 1 month ago

@SuperJMN fyi https://github.com/viceroypenguin/DBSCAN does have a nuget package available

OK, thanks! but that's another project with another the API, isn't it?

viceroypenguin commented 1 month ago

@SuperJMN Yes, it is a separate project with a different API.

SuperJMN commented 1 month ago

Thanks for the info. It would be interesting if this was pushing nuget packages. I might fork it to add some nuget building and pushing logic.