View source: R/SnnsRObjectFactory.R
SnnsRObjectFactory | R Documentation |
Object factory to create a new object of type SnnsR-class
.
SnnsRObjectFactory(x = NULL)
x |
(optional) object of class SnnsR-class, to be deep-copied |
This function creates a new object of class SnnsR-class
, initializes its only slot variables
with a new environment, generates a new C++ object of class SnnsCLib, and an empty object serialization.
$
, SnnsR-class
mySnnsObject <- SnnsRObjectFactory()
mySnnsObject$setLearnFunc('Quickprop')
mySnnsObject$setUpdateFunc('Topological_Order')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.