Package | Description |
---|---|
edu.ucla.sspace.clustering |
Modifier and Type | Class and Description |
---|---|
class |
BaseSpectralCut
An abstract class for computing a spectral cut over a data
Matrix
that represents a set of data points. |
class |
CKVWSpectralClustering03.SpectralCut
An internal spectral cut implementation that is based on the referred to
paper.
|
class |
CKVWSpectralClustering06.SuperSpectralCut
An internal spectral cut implementation that is based on the referred to
paper.
|
Modifier and Type | Method and Description |
---|---|
EigenCut |
CKVWSpectralClustering03.SpectralCutGenerator.generate()
Creates a new instance of type
T . |
EigenCut |
CKVWSpectralClustering06.SuperSpectralGenerator.generate()
Creates a new instance of type
T . |
Constructor and Description |
---|
SpectralClustering(double alpha,
Generator<EigenCut> cutterGenerator)
Creates a new
SpectralClustering instance. |
Copyright © 2012. All Rights Reserved.