This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
v2.2.3c
v2.2.3c
- Added
Dann.dataObject();
function which returns a json-savable javascript object containing information about the model.
ex:
const nn = new Dann();
// getting the object
const data = nn.dataObject();
// uploading the object
nn.applyToModel(data);