| Package | Description | 
|---|---|
| org.openimaj.ml.clustering.spectral | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GraphLaplacian.NormalisedThe inverted symmetric normalised Laplacian is defined as:
 L = D^-1/2 A D^-1/2 | 
| static class  | GraphLaplacian.UnnormalisedThe symmetric normalised Laplacian is defined as:
 L = D - W | 
| static class  | GraphLaplacian.WarpedThe inverted symmetric normalised Laplacian is defined as:
 L = D^-1 . | 
| Modifier and Type | Field and Description | 
|---|---|
| GraphLaplacian | SpectralClusteringConf. laplacianThe graph laplacian creator | 
| Constructor and Description | 
|---|
| MultiviewSpectralClusteringConf(double lambda,
                               SpatialClusterer<? extends SpatialClusters<DATATYPE>,DATATYPE> internal,
                               GraphLaplacian laplacian) | 
| SpectralClusteringConf(SpatialClusterer<? extends SpatialClusters<DATATYPE>,DATATYPE> internal,
                      GraphLaplacian laplacian)The underlying  EigenChooseris set to anChangeDetectingEigenChooserwhich looks for a 100x gap between
 eigen vectors to select number of clusters. | 
| SpectralClusteringConf(SpatialClusterer<? extends SpatialClusters<DATATYPE>,DATATYPE> internal,
                      GraphLaplacian lap,
                      int top) |