Home > front end >  An algorithm
An algorithm

Time:05-13

The initial data:
/
"API: report: transpose: get,"
API: report: loss: "get",
"API: report: loss: the update"]



The algorithm calculated data format:
[{
 
"Label" : "report",
"Child" : [
{
"Label" : "transpose,"
"Child" : [{
"Label" : "get"
}]
},
{
"Label" : "loss",
"Child" : [
{
"Label" : "get",
"Child" : ", "
},
{
"Label" : "update",
"Child" : ", "
}
]
}
]
}]
  • Related