mlpy.mdp.continuous.casml.CASMLRetentionMethod.execute

CASMLRetentionMethod.execute(case, case_matches, fn_add=None)[source]

Execute the retention step.

Parameters:

case : Case

The query case

case_matches : dict[int, CaseMatch]

The solution identified through the similarity measure.

fn_add : callable

Callback for accessing the case base’s ‘add’ method.