popv.annotation.AlgorithmsNT#

class popv.annotation.AlgorithmsNT(OUTDATED_ALGORITHMS=('Random_Forest', 'KNN_SCANORAMA'), FAST_ALGORITHMS=('KNN_SCVI', 'SCANVI_POPV', 'Support_Vector', 'XGboost', 'ONCLASS', 'CELLTYPIST'))[source]#

Dataclass to store all available algorithms.

Attributes table#

Methods table#

Attributes#

AlgorithmsNT.FAST_ALGORITHMS: tuple[str, ...] = ('KNN_SCVI', 'SCANVI_POPV', 'Support_Vector', 'XGboost', 'ONCLASS', 'CELLTYPIST')#
AlgorithmsNT.OUTDATED_ALGORITHMS: tuple[str, ...] = ('Random_Forest', 'KNN_SCANORAMA')#
AlgorithmsNT.CURRENT_ALGORITHMS: tuple[str, ...]#
AlgorithmsNT.ALL_ALGORITHMS: tuple[str, ...]#

Methods#