mirror of
https://github.com/Doctorado-ML/bayesclass.git
synced 2025-08-20 10:05:55 +00:00
Refactor library
This commit is contained in:
18
setup.py
18
setup.py
@@ -33,23 +33,7 @@ setup(
|
||||
"bayesclass/cpp/Network.cc",
|
||||
"bayesclass/cpp/Node.cc",
|
||||
"bayesclass/cpp/Metrics.cc",
|
||||
"bayesclass/cpp/Mst.cc",
|
||||
"bayesclass/cpp/BaseClassifier.cc",
|
||||
"bayesclass/cpp/Ensemble.cc",
|
||||
"bayesclass/cpp/TAN.cc",
|
||||
"bayesclass/cpp/KDB.cc",
|
||||
"bayesclass/cpp/SPODE.cc",
|
||||
"bayesclass/cpp/AODE.cc",
|
||||
],
|
||||
include_dirs=include_paths(),
|
||||
),
|
||||
CppExtension(
|
||||
name="bayesclass.BayesModels",
|
||||
sources=[
|
||||
"bayesclass/BayesModels.pyx",
|
||||
"bayesclass/cpp/Network.cc",
|
||||
"bayesclass/cpp/Node.cc",
|
||||
"bayesclass/cpp/Metrics.cc",
|
||||
"bayesclass/cpp/utils.cc",
|
||||
"bayesclass/cpp/Mst.cc",
|
||||
"bayesclass/cpp/BaseClassifier.cc",
|
||||
"bayesclass/cpp/Ensemble.cc",
|
||||
|
Reference in New Issue
Block a user