Package samer.mds
Class DistanceTask
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.mds.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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Vec
getDistances()
void
run()
-
Methods inherited from class samer.tools.AnonymousTask
dispose, starting, stopping
-
-