| ... | @@ -80,7 +80,7 @@ The second one contains optional information, which is collected if there was a |
... | @@ -80,7 +80,7 @@ The second one contains optional information, which is collected if there was a |
|
|
{
|
|
{
|
|
|
"properties" : {
|
|
"properties" : {
|
|
|
"_id" : { "bsonType": "objectId" }, // id
|
|
"_id" : { "bsonType": "objectId" }, // id
|
|
|
"MaxS" : { "bsonType": "string" }, // network accuracy (Max Spike)
|
|
"Acc" : { "bsonType": "string" }, // network accuracy
|
|
|
"NLabel" : [{ // neurons labels
|
|
"NLabel" : [{ // neurons labels
|
|
|
"L": { "bsonType": "string" },
|
|
"L": { "bsonType": "string" },
|
|
|
"N": { "bsonType": "int" },
|
|
"N": { "bsonType": "int" },
|
| ... | @@ -95,7 +95,7 @@ The second one contains optional information, which is collected if there was a |
... | @@ -95,7 +95,7 @@ The second one contains optional information, which is collected if there was a |
|
|
```json
|
|
```json
|
|
|
{
|
|
{
|
|
|
"_id" : ObjectId("60163a04dec986560a8d907a"),
|
|
"_id" : ObjectId("60163a04dec986560a8d907a"),
|
|
|
"MaxS" : 83.51,
|
|
"Acc" : 83.51,
|
|
|
"NLabel" : [
|
|
"NLabel" : [
|
|
|
{ "L": "Layer1", "N": 13, "Label": 2 },
|
|
{ "L": "Layer1", "N": 13, "Label": 2 },
|
|
|
{ "L": "Layer1", "N": 99, "Label": 1 },
|
|
{ "L": "Layer1", "N": 99, "Label": 1 },
|
| ... | | ... | |