Package | Description |
---|---|
org.openimaj.ml.clustering.dbscan | |
org.openimaj.ml.clustering.spectral |
Modifier and Type | Class and Description |
---|---|
class |
ContectedComponentSimilarityClusterer
Cluster based on connected components.
|
class |
SimilarityDBSCAN
DBSCAN using a SparseMatrix of similarities |
Modifier and Type | Class and Description |
---|---|
class |
CachedDoubleSpectralClustering
DoubleSpectralClustering extention which knows how to write and read its eigenvectors to disk
and therefore not regenerate them when calling the underlying PreparedSpectralClustering |
class |
DoubleSpectralClustering
Built from a mixture of this tutorial:
- http://www.kyb.mpg.de/fileadmin/user_upload/files/publications/attachments/Luxburg07_tutorial_4488%5B0%5D.pdf
And this implementation:
- https://github.com/peterklipfel/AutoponicsVision/blob/master/SpectralClustering.java
|