mlpy.knowledgerep.cbr.methods.DefaultReuseMethod

class mlpy.knowledgerep.cbr.methods.DefaultReuseMethod[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.

Notes

The default reuse method does not perform any solution transformations.

Methods

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