discreteDistribution
Royalty FreeLanguage
Java
Metrics
API Calls - 1,669
Avg call duration -
N/A
Permissions
The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT).
Learn more
Run an example
Input
Output
[
1,
2
]
Install and use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run EHadoux/discreteDistribution/0.1.0 -d '[[0.2, 0.3, 0.5, 0.0], 2]' --timeout 300