mlpy.mdp.continuous.casml.CASMLReuseMethod

class mlpy.mdp.continuous.casml.CASMLReuseMethod[source]

Bases: mlpy.knowledgerep.cbr.methods.IReuseMethod

The reuse method implementation for CASML.

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.

The CASML reuse method further specializes the solution by identifying cases similar in both state and action.

Methods

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