get_method#

mlquantify.utils.general.get_method(method: str)[source]#

Get the method from the methods module.

Parameters:
methodstr

Method to get.

Returns:
Method

Method class from the methods module.