HMM
Royalty FreeLanguage
Java
Metrics
API Calls - 138
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
This allows an algorithm to compose sophisticated functionality
using other algorithms as building blocks
, however it also carries the potential of incurring additional
royalty and usage costs from any algorithm that it calls
.
Run an Example
Input
Output
[
0,
0,
0,
1,
0
]
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/HMM/0.1.0 -d '[[0.2, 0.5, 0.3], [[0.3, 0.4,0.3], [0.2, 0.8, 0.0], [0.1, 0.0, 0.9]], [[0.2, 0.8], [1.0, 0.0], [0.0, 1.0]], 5]' --timeout 300