Source code for immuneML.encodings.word2vec.model_creator.ModelType

from enum import Enum


[docs] class ModelType(Enum): SEQUENCE = 1 KMER_PAIR = 2