paranoia / FpGrowth / 0.2.0
FpGrowth
20 Credit Royalty
A scalable method for finding frequent patterns within large datasets
Language
Java
Metrics
API Calls - 155,170
Avg call duration -
N/A
Permissions
This is not a recognized license.
Run an example
Input
Output
[
{
"items": [
"apples",
"beer"
],
"support": 6
},
{
"items": [
"beer",
"cheese"
],
"support": 5
}
]
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 paranoia/FpGrowth/0.2.0 -d '["data://paranoia/FpGrowthTestData/shopping.txt", 5, 2]' --timeout 300