som.nn.export.kohonen {som.nn}R Documentation

Export a som.nn model as object of type kohonen

Description

An existing model of type SOMnn is exported as object of type kohonen for use with the tools of the package kohonen.

Usage

som.nn.export.kohonen(model, train)

Arguments

model

model of type SOMnn.

train

training data

Details

Training data is necessary to generate the kohonen object.

Value

    Vist of type \code{kohonen} with the trained som.
            See \code{\link[kohonen]{som}} for details.

[Package som.nn version 1.4.4 Index]