def __init__(self, gamma, cache=Cache, normalizator=Normalizator, cache_subproducts=False): self.gamma = gamma self.cache = cache(self) self.normalizator = normalizator self.cache_subproducts = cache_subproducts