1
0
Fork 0

adding to __init__.py

This commit is contained in:
Pablo González 2022-07-11 14:10:04 +02:00
parent 428f10fb2d
commit c91961cff5
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@ AGGREGATIVE_METHODS = {
aggregative.EMQ,
aggregative.HDy,
aggregative.DyS,
aggregative.SMM,
aggregative.X,
aggregative.T50,
aggregative.MAX,

View File

@ -1,6 +1,5 @@
from abc import abstractmethod
from copy import deepcopy
import string
from typing import Callable, Union
import numpy as np
from joblib import Parallel, delayed