asreview.models.query.get_query_class

asreview.models.query.get_query_class(name)[source]

Get class of query strategy from its name.

Parameters:

name (str) – Name of the query strategy, e.g. ‘max’, ‘uncertainty’, ‘random. A special mixed query strategy is als possible. The mix is denoted by an underscore: ‘max_random’ or ‘max_uncertainty’.

Returns:

class – Class corresponding to the name name.