mlpy.knowledgerep.cbr.methods.DefaultReuseMethod

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

Bases: mlpy.knowledgerep.cbr.methods.IReuseMethod

The default reuse method implementation.

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

The default reuse method does not perform any solution transformations.

Methods

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