mlpy.knowledgerep.cbr.methods.IReuseMethod

class mlpy.knowledgerep.cbr.methods.IReuseMethod(owner)[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.

Parameters:

owner : CaseBase

A pointer to the owning case base.

Notes

All reuse method implementations must inherit from this class.

Methods

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