public class SpectralIndexedClusters extends IndexClusters
IndexClusters
which also hold the eigenvector/value pairs which created themclusters, nEntries
CLUSTER_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, writeBinary
public SpectralIndexedClusters(IndexClusters c, IndependentPair<double[],double[][]> valvects)
c
- the underlying IndexClusters
valvects
- the eigen values and vectorspublic double[] eigenValues()
public double[][] eigenVectors()
public IndependentPair<double[],double[][]> getValVect()