mlpy.knowledgerep.cbr.engine.CaseBase.revision

CaseBase.revision(case, case_matches)[source]

Evaluate solution provided by problem-solving experience.

Parameters:

case : Case

The query case.

case_matches : dict[int, CaseMatch]

The revised solution to the problem-solving experience.

Returns:

dict[int, CaseMatch] :

The corrected solution.