Fit Observations
Computes a vector of labels assigned to each of the observations in the training data through the constructed cluster model. If the training data is unlabeled then generated labels are used.
fitted(map)
map |
An object of type 'map'. |
A vector of predicted labels, one for each observations in the training data.
Lutz Hamel
data(iris) df <- subset(iris,select=-Species) labels <- subset(iris,select=Species) m <- map(df,labels,xdim=15,ydim=10,train=10000) fitted(m)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.