We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1769a5a commit 7bc7866Copy full SHA for 7bc7866
docs/src/advanced.md
@@ -13,11 +13,6 @@ combine_items
13
grow_prune
14
```
15
16
-## Association rules
17
-```@docs
18
-generaterules(itemsets::Vector{Itemset}, miner::Miner)
19
-```
20
-
21
## Mining Policies
22
23
It is possible to limit the action of the mining, to force an [`AbstractMiner`](@ref) to only consider a subset of the available data.
src/utils/miner.jl
@@ -391,7 +391,7 @@ function Base.filter!(
391
end
392
393
"""
394
- Base.filter!(itemsets::Vector{Itemset}, miner::Miner) = filter!(
+ Base.filter!(itemsets::Vector{Itemset}, miner::Miner)
395
396
`filter!` the [`Itemset`](@ref)s wrapped in `miner`.
397
0 commit comments