Package | Description |
---|---|
org.openimaj.ml.clustering.spectral |
Class and Description |
---|
DoubleFVSimilarityFunction
Wraps the functionality of a
SimilarityClusterer around a dataset |
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
|
EigenChooser
Method which makes a decision on how many eigen vectors to select
|
GraphLaplacian
Functions which turn a graph weight adjacency matrix into the Laplacian
matrix.
|
MultiviewSpectralClusteringConf |
SpectralClusteringConf |
SpectralClusteringConf.ClustererProvider
A function which can represent itself as a string
|
SpectralIndexedClusters
IndexClusters which also hold the eigenvector/value pairs which created them |
StoppingCondition
The stopping condition for a multiview spectral clustering algorithm
|