public class SpectralIndexedClusters extends IndexClusters
IndexClusters which also hold the eigenvector/value pairs which created themclusters, nEntriesCLUSTER_HEADER| Constructor and Description |
|---|
SpectralIndexedClusters(IndexClusters c,
IndependentPair<double[],double[][]> valvects) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
eigenValues() |
double[][] |
eigenVectors() |
IndependentPair<double[],double[][]> |
getValVect() |
asciiHeader, binaryHeader, clusters, numClusters, numEntries, readASCII, readBinary, toString, writeASCII, writeBinarypublic SpectralIndexedClusters(IndexClusters c, IndependentPair<double[],double[][]> valvects)
c - the underlying IndexClustersvalvects - the eigen values and vectorspublic double[] eigenValues()
public double[][] eigenVectors()
public IndependentPair<double[],double[][]> getValVect()