public class CKVWSpectralClustering03.SpectralCut extends BaseSpectralCut
BaseSpectralCut.IndexdataMatrix, leftReordering, leftSplit, matrixRowSums, numRows, pSum, rho, rightReordering, rightSplit| Constructor and Description |
|---|
CKVWSpectralClustering03.SpectralCut() |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleVector |
computeSecondEigenVector(Matrix matrix,
int vectorLength)
Returns a
DoubleVector representing the secord largest eigen
vector for the data set. |
comparisonCount, computeCut, computeCut, computeMatrixDotV, computeMatrixRowSum, computeMatrixTransposeV, computeRhoSum, getKMeansObjective, getKMeansObjective, getLeftCut, getLeftReordering, getMergedObjective, getRightCut, getRightReordering, getSplitObjective, kMeansObjective, orthonormalize, rhoSumpublic CKVWSpectralClustering03.SpectralCut()
protected DoubleVector computeSecondEigenVector(Matrix matrix, int vectorLength)
DoubleVector representing the secord largest eigen
vector for the data set.computeSecondEigenVector in class BaseSpectralCutCopyright © 2012. All Rights Reserved.