2.1 KiB
2.1 KiB
📦 Bellande Probabilistic(Infinite Dimentions)
🧙 Organization Website
🧙 Organization Github
Author, Creator and Maintainer
- Ronaldson Bellande
API Usability
{
"url": "https://bellanderoboticssensorsresearchinnovationcenter-kot42qxp.b4a.run",
"endpoint_path": {
"bellande_probabilistic": "/api/Bellande_Probabilistic/bellande_probabilistic_nd"
},
"Bellande_Framework_Access_Key": "bellande_web_api_opensource"
}
API Payload Example
{
"mu_func": "i * 0.5",
"sigma_func": "1 + i * 0.1",
"x": [1.0, 2.0, 3.0],
"dimensions": 3,
"auth": {
"authorization_key": "bellande_web_api_opensource"
}
}
🧙 Website Bellande API Testing
Quick Bellande API Testing
curl -X 'POST' \
'https://bellanderoboticssensorsresearchinnovationcenterwebsite-kot42qxp.b4a.run/api/Bellande_Distribution/bellande_distribution_function_nd' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"mu_func": "i * 0.5",
"sigma_func": "1 + i * 0.1",
"x": [1.0, 2.0, 3.0],
"dimensions": 3,
"auth": {
"authorization_key": "bellande_web_api_opensource"
}
}'
Published Paper
Coming Soon
License
This Algorithm or Models is distributed under the Creative Commons Attribution-ShareAlike 4.0 International License, see LICENSE and NOTICE for more information.