| Package | Description |
|---|---|
| org.openimaj.ml.clustering.spectral |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteValueEigenChooser
Attempts to automatically choose the number of eigen vectors based on the
comparative value of the eigen value with the first eigen value seen.
|
class |
ChangeDetectingEigenChooser
Attempts to automatically choose the number of eigen vectors based on the
relative gap between eigen values.
|
class |
HardCodedEigenChooser |
| Modifier and Type | Field and Description |
|---|---|
EigenChooser |
SpectralClusteringConf.eigenChooser
The method used to select the number of eigen vectors from the lower
valued eigenvalues
|