Package samer.mds

Class CorrelationTask

  • All Implemented Interfaces:
    Task


    public class CorrelationTask
    extends AnonymousTask
    Transfer correlation matrix to MDS distances. Assumes 1s down the main diagonal and a symmetric matrix.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      CorrelationTask(MDSBase mds, Matrix R)
      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

      • CorrelationTask

        public CorrelationTask(MDSBase mds,
                               Matrix R)
        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()