anki_interference_analysis: Detect card interference
Description
Find cards that are often confused with each other, based on similar failure
patterns or content similarity combined with poor retention.
Usage
anki_interference_analysis(
path = NULL,
profile = NULL,
min_lapses = 3,
time_window_days = 7,
max_pairs = 50
)
Value
A tibble of potentially interfering card pairs
Arguments
- path
Path to collection.anki2 (auto-detected if NULL)
- profile
Profile name (first profile if NULL)
- min_lapses
Minimum lapses for a card to be considered (default 3)
- time_window_days
Window to look for related failures (default 7)
- max_pairs
Maximum pairs to return (default 50)
Examples
Run this codeif (FALSE) {
interference <- anki_interference_analysis()
}
Run the code above in your browser using DataLab