Raxol.Core.ErrorPatternLearner.Predictor (Raxol v2.6.0)

View Source

Prediction and suggestion enhancement for ErrorPatternLearner. All functions are pure and operate on the learner state map.

Summary

Functions

Enhances base suggestions with learned success rates and patterns from similar errors.

Generates the MD5-based signature for an error term.

Generates predictions for likely errors given current context. Returns up to 3 predictions sorted by confidence descending.

Functions

enhance_suggestions(state, error, base_suggestions, context)

Enhances base suggestions with learned success rates and patterns from similar errors.

generate_error_signature(error)

Generates the MD5-based signature for an error term.

generate_predictions(state, context)

Generates predictions for likely errors given current context. Returns up to 3 predictions sorted by confidence descending.