mlpy.knowledgerep.cbr.methods.DefaultRevisionMethod¶
-
class
mlpy.knowledgerep.cbr.methods.DefaultRevisionMethod[source]¶ Bases:
mlpy.knowledgerep.cbr.methods.IRevisionMethodThe default revision method implementation called from the case base.
The solutions provided by the query case is evaluated and information about whether the solution has or has not provided a desired outcome is gathered.
Notes
The default revision method returns the original solution without making any modifications.
Methods
execute(case, case_matches, **kwargs)Execute the revision step. plot_data(case, case_matches, **kwargs)Plot the data.