StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/protocol-buffers-schema/test/fixtures/basic.json

90 lines
1.8 KiB

{
"syntax": 3,
"package": null,
"imports": [],
"enums": [],
"extends": [],
"messages": [
{
"name": "Point",
"enums": [],
"extends": [],
"messages": [],
"options": {},
"extensions": null,
"fields": [
{
"name": "x",
"type": "int32",
"tag": 1,
"map": null,
"oneof": null,
"required": true,
"repeated": false,
"options": {}
},
{
"name": "y",
"type": "int32",
"tag": 2,
"map": null,
"oneof": null,
"required": true,
"repeated": false,
"options": {}
},
{
"name": "label",
"type": "string",
"tag": 3,
"map": null,
"oneof": null,
"required": false,
"repeated": false,
"options": {}
}
]
},
{
"name": "Line",
"enums": [],
"extends": [],
"extensions": null,
"messages": [],
"options": {},
"fields": [
{
"name": "start",
"type": "Point",
"tag": 1,
"map": null,
"oneof": null,
"required": true,
"repeated": false,
"options": {}
},
{
"name": "end",
"type": "Point",
"tag": 2,
"map": null,
"oneof": null,
"required": true,
"repeated": false,
"options": {}
},
{
"name": "label",
"type": "string",
"tag": 3,
"map": null,
"oneof": null,
"required": false,
"repeated": false,
"options": {}
}
]
}
],
"options":{}
}