Description |
This service selects a neural network.¶ | ¶ | !3 Selection¶ | ¶ | %%tabbedSection¶ | %%tab-Request¶ | {{{¶ | {¶ | "metainfo": {},¶ | "parameter": [¶ | {¶ | "name": "annName",¶ | "value": "test_ann"¶ | },¶ | {¶ | "name": "mechanism",¶ | "value": "percentile"¶ | },¶ | {¶ | "name": "threshold",¶ | "value": 95¶ | },¶ | {¶ | "name": "error",¶ | "value": "nashSutcliffe"¶ | }¶ | ]¶ | }¶ | }}}¶ | %%¶ | %%tab-Response¶ | {{{¶ | {¶ | "metainfo": {¶ | "status": "Finished",¶ | "suid": "d415ae19-f5d1-11e7-9386-8b11ee17256d",¶ | "cloud_node": "10.1.33.2",¶ | "request_ip": "129.82.23.199",¶ | "service_url": "http://csip.engr.colostate.edu:8088/csip-ann/m/select/1.0",¶ | "csip.version": "$version: 2.2.4 3c276d66bde6 2017-12-15 od, built at 2018-01-09 23:43 by jenkins$",¶ | "tstamp": "2018-01-09 23:45:21",¶ | "cpu_time": 834,¶ | "expiration_date": "2018-01-09 23:45:52"¶ | },¶ | "parameter": [¶ | {¶ | "name": "annName",¶ | "value": "test_ann"¶ | },¶ | {¶ | "name": "mechanism",¶ | "value": "percentile"¶ | },¶ | {¶ | "name": "threshold",¶ | "value": 95¶ | },¶ | {¶ | "name": "error",¶ | "value": "nashSutcliffe"¶ | }¶ | ],¶ | "result": [¶ | {¶ | "name": "status",¶ | "value": "ok"¶ | },¶ | {¶ | "name": "error",¶ | "value": "nashSutcliffe"¶ | },¶ | {¶ | "name": "error treshold",¶ | "value": 0.8259409682325399¶ | },¶ | {¶ | "name": "selected anns",¶ | "value": 15¶ | }¶ | ]¶ | }¶ | }}}¶ | %%¶ | %% | Show diff |
This service selects a neural network. | |