Package samer.mds

Class DistanceTask

  • All Implemented Interfaces:
    Task


    public class DistanceTask
    extends AnonymousTask
    Transfer distances directly from a distance matrix to an MDS object's distance vector.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • DistanceTask

        public DistanceTask(MDSBase mds,
                            Matrix D)
        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()