├── Entropy.py ├── LICENSE.txt ├── MDLP.py ├── README.md ├── __init__.py └── example.py /Entropy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navicto/Discretization-MDLPC/HEAD/Entropy.py -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navicto/Discretization-MDLPC/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MDLP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navicto/Discretization-MDLPC/HEAD/MDLP.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navicto/Discretization-MDLPC/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'Victor' 2 | -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navicto/Discretization-MDLPC/HEAD/example.py --------------------------------------------------------------------------------