mlpy.knowledgerep.cbr.engine.Case.get_retrieval_params

Case.get_retrieval_params(names)[source]

Return the retrieval parameters for the given features.

Parameters:

names : str or list[str]

The name(s) of the feature for which to retrieve the retrieval parameters.

Returns:

dict :

The retrieval parameters for the feature(s). Features grouped together for retrieval must use the same retrieval parameters.

Raises:

UserWarning

If not all features use the same retrieval parameters.