| som.nn.export.som {som.nn} | R Documentation |
Export a som.nn model as object of type SOM
Description
An existing model of type SOMnn is exported as
object of type SOM for use with the tools of the
package class.
Usage
som.nn.export.som(model)
Arguments
model |
model of type |
Value
List of type \code{SOM} with the trained som.
See \code{\link[class]{SOM}} for details.
[Package som.nn version 1.4.4 Index]