SnnsR object factory
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.
mySnnsObject <- SnnsRObjectFactory() mySnnsObject$setLearnFunc('Quickprop') mySnnsObject$setUpdateFunc('Topological_Order')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.