yusufuzun / dbscan

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

Create Publish Subscribe Library for Information gathering #9

Closed yusufuzun closed 4 years ago

yusufuzun commented 4 years ago

A simple class library that contains interfaces and signatures for publishing information produced inside DBSCAN algorithm. This issue created from issue #8.

yusufuzun commented 4 years ago

This issue only contains algorithm events and publishing interfaces inside DbscanImplementation library. Subscriber type and implementation of publisher will be in other places.