Package samer.mds
Class CorrelationTask
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.mds.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
-
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
-
-