som.nn.export.kohonen {som.nn} | R Documentation |
kohonen
An existing model of type SOMnn
is exported as
object of type kohonen
for use with the tools of the
package kohonen
.
som.nn.export.kohonen(model, train)
model |
model of type |
train |
training data |
Training data is necessary to generate the kohonen object.
Vist of type \code{kohonen} with the trained som. See \code{\link[kohonen]{som}} for details.