public class CKVWSpectralClustering06.SuperSpectralCut extends BaseSpectralCut
BaseSpectralCut.Index
dataMatrix, leftReordering, leftSplit, matrixRowSums, numRows, pSum, rho, rightReordering, rightSplit
Constructor and Description |
---|
CKVWSpectralClustering06.SuperSpectralCut() |
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, rhoSum
public CKVWSpectralClustering06.SuperSpectralCut()
protected DoubleVector computeSecondEigenVector(Matrix matrix, int vectorLength)
DoubleVector
representing the secord largest eigen
vector for the data set.computeSecondEigenVector
in class BaseSpectralCut
Copyright © 2012. All Rights Reserved.