Update ifts.py

This commit is contained in:
Petrônio Cândido de Lima e Silva 2019-03-25 12:04:33 -03:00 committed by GitHub
parent 2e0e86b747
commit a74900893b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ from pyFTS.common import FuzzySet, FLR, fts, tree
from pyFTS.models import hofts
class IntervalFTS(hofts.WeightedHighOrderFTS):
class IntervalFTS(hofts.HighOrderFTS):
"""
High Order Interval Fuzzy Time Series
"""