Package samer.mds
Class CovarianceTask
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.mds.CovarianceTask
-
- All Implemented Interfaces:
- Task
public class CovarianceTask extends AnonymousTask
Transfer covariance matrix to MDS distances Assumes that elements are not normalised to unit variance- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description CovarianceTask(MDSBase mds, Matrix C)
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
-
-