Update TimeVariant.py

This commit is contained in:
Petrônio Cândido de Lima e Silva 2019-02-27 14:28:01 -03:00 committed by GitHub
parent c2c8a892f8
commit 912cb07b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ class Retrainer(fts.FTS):
self.is_high_order = True
self.uod_clip = False
self.max_lag = self.window_length + self.order
self.is_wrapper = True
def train(self, data, **kwargs):
self.partitioner = self.partitioner_method(data=data, **self.partitioner_params)