langtest.transform.clinical.Brand2Generic#
- class Brand2Generic#
Bases:
BaseClincial
BrandGeneric class for the clinical tests
- __init__()#
Methods
__init__
()async_run
(*args, **kwargs)Async run method for the clinical tests
Available tests for the clinical tests
run
(sample_list, model, **kwargs)Run method for the BrandGeneric class
transform
([sampe_list])Transform method for the BrandGeneric class
Attributes
alias_name
supported_tasks
test_types
- async classmethod async_run(*args, **kwargs)#
Async run method for the clinical tests
- classmethod available_tests() Dict[str, BaseClincial] #
Available tests for the clinical tests
- async static run(sample_list: List[Sample], model: ModelAPI, **kwargs)#
Run method for the BrandGeneric class
- static transform(sampe_list: List[Sample] = [], *args, **kwargs)#
Transform method for the BrandGeneric class