Poppo Sequence Predictor (sequence + recency weighting)
1) Paste history (most recent last)
Count: 0
2) Predictions
—
Confidence: —
Top Candidates (weighted)
How prediction works (brief)
- For each sequence length L = max..1: find all matches of your most recent L values in the history (excluding the last occurrence) and collect the following fruit.
- Matches are weighted: longer sequences get higher weight, and more recent matches are weighted exponentially higher.
- Final score is normalized to a confidence percentage.
- Matches are weighted: longer sequences get higher weight, and more recent matches are weighted exponentially higher.
- Final score is normalized to a confidence percentage.