FRsūtil̲s
A fuzzy-rough reasoning utilities library
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
# This is the core submodule
2
# This lets users do:
3
# from frsutils.core import tnorms, similarities, itfrs
4
5
from
.
import
tnorms, implicators, similarities
6
from
.models
import
itfrs
7
8
__all__ = [
'tnorms'
,
'implicators'
,
'similarities'
,
'itfrs'
]
core
__init__.py
Generated by
1.13.2