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.EMQ,
aggregative.HDy, aggregative.HDy,
aggregative.DyS, aggregative.DyS,
aggregative.SMM,
aggregative.X, aggregative.X,
aggregative.T50, aggregative.T50,
aggregative.MAX, aggregative.MAX,

View File

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