mlpy.knowledgerep.cbr.methods.IReuseMethod

class mlpy.knowledgerep.cbr.methods.IReuseMethod[source]

Bases: mlpy.knowledgerep.cbr.methods.ICBRMethod

The reuse method interface.

The solutions of the best (or set of best) retrieved cases are used to construct the solution for the query case; new generalizations and specializations may occur as a consequence of the solution transformation.

Notes

All reuse method implementations must inherit from this class.

Methods

execute(case, case_matches[, fn_retrieve]) Execute reuse step.
plot_data(case, case_matches[, revised_matches]) Plot the data.