Skip to contents

A function to update slots in an NN object, returning an NN object

Usage

updateNNData(nn, slot, new.data)

Arguments

nn

An NN object

slot

A slot name

new.data

New data

Scroll to top