Documentation of 'jhplot.math.pca.covmatrixevd.EVD' Java class.
EVD
jhplot.math.pca.covmatrixevd

Class EVD

  • All Implemented Interfaces:
    java.io.Serializable


    public class EVD
    extends java.lang.Object
    implements java.io.Serializable
    Eigenvalue decomposition with eigenvectors sorted according to corresponding eigenvalues in a decreasing order. The eigenvalues in matrix d are also sorted in the same way. This is the way the eigendecomposition works in the R environment.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      Matrix d 
      Matrix v 
    • Constructor Summary

      Constructors 
      Constructor and Description
      EVD(Matrix m) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DMelt 3.0 © DataMelt by jWork.ORG