computeMDS: Compute multidimensional scaling

Description Usage Arguments Value Examples

Description

Compute distance between clusters and place instances according to probability to belong to each cluster

Usage

1
computeMDS(model, ndim)

Arguments

model

is a Mclust object

ndim

number of dimension t

Value

a list where first element is a matrix that represents the centroids of each cluster in a ndim-dimensional space and the second element is a matrix where each instance is placed in a ndim-dimensional space

Examples

1
computeMDS(model,2)

sergioluengosanchez/spineSimulation documentation built on May 29, 2019, 9:34 a.m.