tspy.data_structures.ml.itemset_mining.FrequentItemSetModel module

class tspy.data_structures.ml.itemset_mining.FrequentItemSetModel.FrequentItemSetModel(tsc, j_model)

Bases: object

Attributes
creation_date
frequent_item_sets
item_set_matcher
min_support

Methods

save(path)

saves the model to path

score(series)

returns the scores of observation-collection

property creation_date
property frequent_item_sets
property item_set_matcher
property min_support
save(path)

saves the model to path

score(series)

returns the scores of observation-collection