Description Usage Arguments Value Author(s) References See Also Examples
View source: R/object.distances.R
This function calculates the distance between objects using the distance
functions, weights and other attributes of a trained SOM. This function
is used in the calculation of the U matrix in function
plot.kohonen using the type = "dist.neighbours" argument.
| 1 | object.distances(kohobj, type = c("data", "codes"), whatmap)
 | 
| kohobj | An object of class  | 
| type | Whether to calculate distances between the data objects, or the codebook vectors. | 
| whatmap | What data layers to use. If unspecified the data layers defined in the kohonen object are used. | 
An object of class dist, which can be directly fed into
(e.g.) a hierarchical clustering.
Ron Wehrens
R. Wehrens and J. Kruisselbrink, submitted, 2017.
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.