IndividualBOSS

class sktime.classification.dictionary_based.IndividualBOSS(window_size=10, word_length=8, norm=False, alphabet_size=4, save_words=True, n_jobs=1, random_state=None)[source]

Single Bag of SFA Symbols (BOSS) classifier

Bag of SFA Symbols Ensemble: implementation of BOSS from Schaffer : @article

__init__(window_size=10, word_length=8, norm=False, alphabet_size=4, save_words=True, n_jobs=1, random_state=None)[source]

Initialize self. See help(type(self)) for accurate signature.