immuneML
2.2.6
Contents:
Quickstart
Installing immuneML
Tutorials
immuneML & Galaxy
YAML specification
Use case examples
Troubleshooting
Developer documentation
AIRR-C Deep Dive Tutorial
immuneML
Module code
immuneML.environment.LabelType
Source code for immuneML.environment.LabelType
from
enum
import
Enum
[docs]
class
LabelType
(
Enum
):
CLASSIFICATION
=
1
REGRESSION
=
2