mlpy.knowledgerep.cbr.methods.IRevisionMethod.execute

IRevisionMethod.execute(case, case_matches, **kwargs)[source]

Execute the revision step.

Parameters:

case : Case

The query case.

case_matches : dict[int, CaseMatch]

The solution identified through the similarity measure.

Returns:

dict[int, CaseMatch] :

The corrected solution.

Raises:

NotImplementedError

If the child class does not implement this function.