{"nodes": [{"id": "src_domains_forgetting_algorithms_spaced_repetition_ts", "label": "spaced-repetition.ts", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L1"}, {"id": "spaced_repetition_spacedrepetitionalgorithm", "label": "SpacedRepetitionAlgorithm", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L29"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_constructor", "label": ".constructor()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L33"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_calculatenextinterval", "label": ".calculateNextInterval()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L47"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_calculaterecallprobability", "label": ".calculateRecallProbability()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L66"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_needsreview", "label": ".needsReview()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L77"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_createreviewschedule", "label": ".createReviewSchedule()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L90"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_createbatchreviewschedules", "label": ".createBatchReviewSchedules()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L116"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_calculatereviewpriority", "label": ".calculateReviewPriority()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L148"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_analyzereviewperformance", "label": ".analyzeReviewPerformance()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L160"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_recommendoptimalinterval", "label": ".recommendOptimalInterval()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L210"}, {"id": "spaced_repetition_spacedrepetitionalgorithm_getdayssince", "label": ".getDaysSince()", "file_type": "code", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L238"}], "edges": [{"source": "src_domains_forgetting_algorithms_spaced_repetition_ts", "target": "spaced_repetition_spacedrepetitionalgorithm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L29", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_constructor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L33", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_calculatenextinterval", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L47", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_calculaterecallprobability", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L66", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_needsreview", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L77", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_createreviewschedule", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L90", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_createbatchreviewschedules", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L116", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_calculatereviewpriority", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L148", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_analyzereviewperformance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L160", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_recommendoptimalinterval", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L210", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm", "target": "spaced_repetition_spacedrepetitionalgorithm_getdayssince", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L238", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm_needsreview", "target": "spaced_repetition_spacedrepetitionalgorithm_calculaterecallprobability", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L82", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm_createreviewschedule", "target": "spaced_repetition_spacedrepetitionalgorithm_calculatenextinterval", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L96", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm_createreviewschedule", "target": "spaced_repetition_spacedrepetitionalgorithm_getdayssince", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L99", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm_createreviewschedule", "target": "spaced_repetition_spacedrepetitionalgorithm_calculaterecallprobability", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L100", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm_createreviewschedule", "target": "spaced_repetition_spacedrepetitionalgorithm_needsreview", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L101", "weight": 1.0}, {"source": "spaced_repetition_spacedrepetitionalgorithm_recommendoptimalinterval", "target": "spaced_repetition_spacedrepetitionalgorithm_calculatenextinterval", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/domains/forgetting/algorithms/spaced-repetition.ts", "source_location": "L231", "weight": 1.0}]}