Package samer.mds

Class CovarianceTask

  • All Implemented Interfaces:
    Task


    public class CovarianceTask
    extends AnonymousTask
    Transfer covariance matrix to MDS distances Assumes that elements are not normalised to unit variance
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      CovarianceTask(MDSBase mds, Matrix C)
      link each object to all the others using distances in matrix, returns a task that can be used to refresh distances from original matrix
    • Constructor Detail

      • CovarianceTask

        public CovarianceTask(MDSBase mds,
                              Matrix C)
        link each object to all the others using distances in matrix, returns a task that can be used to refresh distances from original matrix
    • Method Detail

      • getDistances

        public Vec getDistances()
      • run

        public void run()