Documentation ¶
Overview ¶
Package mds provides multidimensional scaling functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TorgersonScaling ¶
TorgersonScaling converts a dissimilarity matrix to a matrix containing Euclidean coordinates. TorgersonScaling places the coordinates in dst and returns it and the number of positive Eigenvalues if successful. If the scaling is not successful, dst will be empty upon return. When the scaling is successful, dst will be resized to k columns wide. Eigenvalues will be copied into eigdst and returned as eig if it is provided.
TorgersonScaling will panic if dst is not empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.