|
0b31780d39
|
Add Thread max spawning to Network
|
2024-06-18 23:18:24 +02:00 |
|
|
fa26aa80f7
|
Rename OLD_LAPLACE to ORIGINAL
|
2024-06-13 15:04:15 +02:00 |
|
|
3eb61905fb
|
Upgrade ArffFiles Module version
|
2024-06-13 12:33:54 +02:00 |
|
|
ca0ae4dacf
|
Refactor Cestnik smoothin factor assuming m=1
|
2024-06-13 09:11:47 +02:00 |
|
|
b34869cc61
|
Set smoothing as fit parameter
|
2024-06-11 11:40:45 +02:00 |
|
|
27a3e5a5e0
|
Implement 3 types of smoothing
|
2024-06-10 15:49:01 +02:00 |
|
|
684443a788
|
Implement Cestnik & Laplace smoothing
|
2024-06-09 17:19:38 +02:00 |
|
|
6d9badc33b
|
Merge pull request 'BoostA2DE' (#29) from BoostA2DE into main
Reviewed-on: #29
|
2024-06-09 10:02:47 +00:00 |
|
|
015b1b0c0f
|
Fix diagram size in manual
|
2024-05-28 11:43:39 +02:00 |
|
|
7bb8e4df01
|
Fix back to manual link
|
2024-05-23 18:59:08 +00:00 |
|
|
53710378de
|
Fix manual generation and deploy
|
2024-05-23 17:34:48 +00:00 |
|
|
c833e9ba32
|
Remove coverage report from html folder and integrate in doc
|
2024-05-23 16:27:02 +02:00 |
|
|
f5cb46ee29
|
Add doc-install to Makefile
|
2024-05-22 12:09:58 +02:00 |
|
|
fa35681abe
|
Add documentation link to readme
|
2024-05-22 11:39:33 +02:00 |
|
|
b0bd0e6eee
|
Create doc target to build documentation
|
2024-05-22 11:10:21 +02:00 |
|
|
d43be27821
|
Remove manual and doc pages
|
2024-05-22 10:17:49 +02:00 |
|
|
a2853dd2e5
|
Add Doxygen to generate man and manual pages
|
2024-05-21 23:38:10 +02:00 |
|
|
0341bd5648
|
Refactor ArffFiles library as a git submodule only for tests
|
2024-05-21 11:50:19 +00:00 |
|
|
22b742f068
|
Convert ArffFile library to header only library
|
2024-05-21 10:11:33 +02:00 |
|
|
2584e8294d
|
Force mutual information methods to be at least 0
There were cases where a tiny negative number was returned (less than -1e-7)
Fix mst glass test that is affected with this change
|
2024-05-17 11:15:45 +02:00 |
|
|
291ba0fb0e
|
First functional BoostA2DE with its 1st test
|
2024-05-16 16:33:33 +02:00 |
|
|
80043d5181
|
First approach to BoostA2DE::trainModel
|
2024-05-16 14:32:59 +02:00 |
|
|
677ec5613d
|
Add features used to selectKPairs
|
2024-05-16 14:18:45 +02:00 |
|
|
cccaa6e0af
|
Complete selectKPairs method & test
|
2024-05-16 13:46:38 +02:00 |
|
|
2e3e0e0fc2
|
Add selectKParis method
|
2024-05-16 11:17:21 +02:00 |
|
|
8784a24898
|
Extract buildModel method to parent class in Boost
|
2024-05-15 20:00:44 +02:00 |
|
|
54496c68f1
|
Create Boost class as Boost<x> classifiers parent
|
2024-05-15 19:49:15 +02:00 |
|
|
1f236a70db
|
Create BoostA2DE base class
|
2024-05-15 11:53:17 +02:00 |
|
|
ef3c74633c
|
Conditional Entropy test
|
2024-05-15 11:28:09 +02:00 |
|
|
7efd95095c
|
Merge pull request 'AnDE' (#28) from AnDE into main
Reviewed-on: #28
|
2024-05-15 09:16:12 +00:00 |
|
|
0e24135d46
|
Complete Conditional Mutual Information and test
|
2024-05-15 11:09:23 +02:00 |
|
|
521bfd2a8e
|
Remove unoptimized implementation of conditionalEntropy
|
2024-05-15 01:24:27 +02:00 |
|
|
e2e0fb0c40
|
Implement Conditional Mutual Information
|
2024-05-15 00:48:02 +02:00 |
|
|
56b62a67cc
|
Change BoostAODE tests results because folding upgrade
|
2024-05-12 20:23:05 +02:00 |
|
|
c0fc107abb
|
Fix catch2 submodule config
|
2024-05-12 19:05:36 +02:00 |
|
|
d8c44b3b7c
|
Add tests to check the correct version of the mdlp, folding and json libraries
|
2024-05-12 12:22:44 +02:00 |
|
|
6ab7cd2cbd
|
Remove submodule catch from tests/lib
|
2024-05-12 11:05:53 +02:00 |
|
|
b578ea8a2d
|
Remove module lib/catch2
|
2024-05-12 11:04:42 +02:00 |
|
|
9a752d15dc
|
Change build cmake folder names to Debug & Release
|
2024-05-09 10:51:52 +02:00 |
|
|
4992685e94
|
Add devcontainer to repository
Fix update_coverage.py with lcov2.1 output
|
2024-05-08 06:42:19 +00:00 |
|
|
346b693c79
|
Update pdf coverage report
|
2024-05-06 18:28:15 +02:00 |
|
|
164c8bd90c
|
Update changelog
|
2024-05-06 18:02:18 +02:00 |
|
|
ced29a2c2e
|
Refactor coverage report generation
Add some tests to reach 99%
|
2024-05-06 17:56:00 +02:00 |
|
|
0ec53f405f
|
Fix mistakes in feature selection in SPnDE
Complete the first A2DE test
Update version number
|
2024-05-05 11:14:01 +02:00 |
|
|
f806015b29
|
Implement SPnDE and A2DE
|
2024-05-05 01:35:17 +02:00 |
|
|
8115f25c06
|
Fix mispell mistake in doc
|
2024-05-02 10:53:15 +02:00 |
|
|
618a1e539c
|
Return File Library to /lib as it is needed by Local Discretization (factorize)
|
2024-04-30 20:31:14 +02:00 |
|
|
7aeffba740
|
Add list of models to README
|
2024-04-30 18:59:38 +02:00 |
|
|
e79ea63afb
|
Merge pull request 'convergence_best' (#27) from convergence_best into main
Add convergence_best as hyperparameter to allow to take the last or the best accuracy as the accuracy to compare to in convergence
Reviewed-on: #27
|
2024-04-30 16:22:08 +00:00 |
|
|
3c7382a93a
|
Enhance tests coverage and report output
|
2024-04-30 14:00:24 +02:00 |
|