public class PCA extends Object
Constructor and Description |
---|
PCA(JamaMatrix eigenvectors,
JamaMatrix mean_vector) |
Modifier and Type | Method and Description |
---|---|
JamaMatrix |
compress(Spectrum spectrum) |
Spectrum |
compressReconstruct(Spectrum spectrum) |
static JamaMatrix |
makeCovarianceMatrix(double[][] data_vectors) |
JamaMatrix |
uncompress(JamaMatrix trans_data_vector) |
public PCA(JamaMatrix eigenvectors, JamaMatrix mean_vector)
public Spectrum compressReconstruct(Spectrum spectrum) throws VisADException, RemoteException, IllegalAccessException, InstantiationException, InvocationTargetException
public JamaMatrix compress(Spectrum spectrum) throws VisADException, RemoteException, IllegalAccessException, InstantiationException, InvocationTargetException
public JamaMatrix uncompress(JamaMatrix trans_data_vector) throws VisADException, IllegalAccessException, InstantiationException, InvocationTargetException
public static JamaMatrix makeCovarianceMatrix(double[][] data_vectors) throws VisADException, IllegalAccessException, InstantiationException, InvocationTargetException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.