Python code for Adaptive Threshold Non-Pareto Elimination, augmented with hint data features.
Python 2.7 or 3.4. Python 3 is preferred.
Packages:
- numpy
- scipy
- scikit-learn
- More: TODO
From the src
directory:
$ ./main.py -i ../data/bfs_sparse.mat
$ python3 main.py -i ../data/bfs_sparse.mat --hint
TODO