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.encodings.word2vec.model_creator.ModelType
Source code for immuneML.encodings.word2vec.model_creator.ModelType
from
enum
import
Enum
[docs]
class
ModelType
(
Enum
):
SEQUENCE
=
1
KMER_PAIR
=
2