Changes
Page history
Schemas document updated
authored
May 06, 2021
by
Elbez Hammouda
Show whitespace changes
Inline
Side-by-side
VS2N-MongoDB-schemas.md
View page @
2c465df1
...
...
@@ -79,7 +79,11 @@ The second one contains optional information, which is collected if there was a
"properties"
:
{
"_id"
:
{
"bsonType"
:
"objectId"
},
//
id
"MaxS"
:
{
"bsonType"
:
"string"
},
//
network
accuracy
(Max
Spike)
"NLabel"
:
{
"<Array of JSON>"
},
//
neurons
labels
"NLabel"
:
[{
//
neurons
labels
"L"
:
{
"bsonType"
:
"string"
},
"N"
:
{
"bsonType"
:
"int"
},
"Label"
:
{
"bsonType"
:
"int"
}
}]
}
}
```
...
...
@@ -192,7 +196,8 @@ In this collection, we collect every synapse weight activity in the network duri
"V"
:
{
"bsonType"
:
"double"
},
//
weight
value
"index"
:
{
//
index
coordinates
"x"
:
{
"bsonType"
:
"int"
},
"y"
:
{
"bsonType"
:
"int"
}}
"y"
:
{
"bsonType"
:
"int"
}
}
}
}
```
...
...
...
...