Package samer.mds

Class MDS

  • All Implemented Interfaces:
    Task


    public class MDS
    extends MDSBase
    This is an alternative version of MDS that uses less memory. Rather than keep a record of the force in each link, it accumulates the link forces on a per-object basis.
    • Constructor Detail

    • Method Detail

      • setMetric

        public void setMetric(MDS.Metric m)
      • run

        public void run()
        Specified by:
        run in interface Task
        Overrides:
        run in class MDSBase