frequent-itemset
Version:
Use Apriori algorithm to calculate frequent itemset from a list of arrarys
18 lines (17 loc) • 449 B
Plain Text
{
"env": {
"node": true,
"es6": true,
"mocha": true
},
"rules": {
"strict": "warn",
"comma-dangle": ["error", "never"],
"object-curly-spacing": ["error", "always"],
"quotes": ["error", "single", {"avoidEscape": true, "allowTemplateLiterals": true}],
"consistent-this": ["error", "self"],
"max-len": ["error", 120],
"camelcase": ["error", {properties: "never"}],
"no-unused-expressions": "off"
}
}