mlpy.knowledgerep.cbr.methods.IRevisionMethod¶
-
class
mlpy.knowledgerep.cbr.methods.IRevisionMethod[source]¶ Bases:
mlpy.knowledgerep.cbr.methods.ICBRMethodThe revision method interface.
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
All revision method implementations must inherit from this class.
Methods
execute(case, case_matches, **kwargs)Execute the revision step. plot_data(case, case_matches, **kwargs)Plot the data.