-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
Description
Hello,
Right now, if providing DBSCAN with a distance matrix, is has to be a DenseMatrix (or subtype of). I can't see a reason why one needs to be so strict here, it should be fine as long as there is a proper view function defined on the type.
In particular, I tried using it with PairwiseListMatrices but of course there can also be other desirable situation where one does not want to hand over a DenseMatrix to the algorithm.