Skip to content

Commit 7bc7866

Browse files
committed
remove =filter!(
1 parent 1769a5a commit 7bc7866

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/src/advanced.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ combine_items
1313
grow_prune
1414
```
1515

16-
## Association rules
17-
```@docs
18-
generaterules(itemsets::Vector{Itemset}, miner::Miner)
19-
```
20-
2116
## Mining Policies
2217

2318
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ function Base.filter!(
391391
end
392392

393393
"""
394-
Base.filter!(itemsets::Vector{Itemset}, miner::Miner) = filter!(
394+
Base.filter!(itemsets::Vector{Itemset}, miner::Miner)
395395
396396
`filter!` the [`Itemset`](@ref)s wrapped in `miner`.
397397

0 commit comments

Comments
 (0)