mlpy.knowledgerep.cbr.methods.IRevisionMethod

class mlpy.knowledgerep.cbr.methods.IRevisionMethod(owner)[source]

Bases: mlpy.knowledgerep.cbr.methods.ICBRMethod

The 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.

Parameters:

owner : CaseBase

A pointer to the owning case base.

Notes

All revision method implementations must inherit from this class.

Methods

execute(case, case_matches) Execute the revision step.
plot_data(case, case_matches) Plot the data.