som.nn.export.kohonen: Export a som.nn model as object of type 'kohonen'

Description Usage Arguments Details Value

View source: R/som.nn.export.kohonen.R

Description

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

Usage

1
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 kohonen with the trained som. See som for details.


som.nn documentation built on May 2, 2019, 8:26 a.m.