26 Commits

Author SHA1 Message Date
Ricardo Montañana Gómez
5d5eb98afc Merge pull request #3 from rmontanana/refactorValueCutPoint
- Had to deal with duplicated values in the variables and each practical case.
- Removed unused alternative versions of the algorithm.
- Now, intervals with the same value of the variable are not taken into account for cutpoints.
- Intervals have to have more than two examples to be evaluated
- Added some more datasets to the sample
v1.1.0
2023-02-21 19:13:33 +01:00
a44f01460a Remove duplicate dataset in sample 2023-02-21 18:59:45 +01:00
de25ba78bd Remove unused variable in sample 2023-02-21 18:58:54 +01:00
79c029832a Fix a sign mistake in valueCutPoint 2023-02-21 18:49:57 +01:00
5bb0e1e6ca Change name to test ValueCutPoint 2023-02-20 18:52:14 +01:00
dec1295933 Remove alternative and Classic
Refactor ValueCutPoint
Reefactor sameValues in getCandidate
2023-02-20 18:23:05 +01:00
04c1772019 Add same_values to getCandidate and fine tune ValueCutPoint 2023-02-15 13:07:03 +01:00
e37702dcb0 Fix mistake in final cut value 2023-02-14 23:03:23 +01:00
1c7492d3b6 Add debug config for sample 2023-02-14 23:03:01 +01:00
2ab828b400 Add glass and test to sample 2023-02-14 23:02:22 +01:00
Ricardo Montañana Gómez
1b89f5927c feat: ♻️ Add Classic algorithm as #2 to compare performance 2023-01-13 11:44:17 +01:00
7b20bde428 build: 🚀 Add include to typesFImdlp to fix error building wheel in linux 2022-12-22 19:36:43 +01:00
13ebb43bf3 style: 🎨 Remove unused variable 2022-12-22 11:01:06 +01:00
Ricardo Montañana Gómez
35c532bf1d Merge pull request #2 from rmontanana/proposal
test:  Refactor tests to new version
v1.0.0.0
2022-12-21 16:44:57 +01:00
5925dbd666 test: Refactor tests to new version 2022-12-21 16:42:37 +01:00
Ricardo Montañana Gómez
b6a7d1e1fa Merge pull request #1 from rmontanana/proposal
Proposal
2022-12-21 11:49:45 +01:00
036b41a0eb Update Readme 2022-12-21 11:47:53 +01:00
f449f438ef Refactor Algorithm 2022-12-21 11:33:55 +01:00
dd1e67ec78 Refactor testing 2022-12-20 01:24:49 +01:00
50543e4921 feat: 🎨 Refactor algorithm to accept 3 types of computation 2022-12-15 12:08:33 +01:00
e21482900b Downgrade versions in CMakeLists 2022-12-13 17:27:20 +01:00
264105ba56 Merge branch 'main' of github.com:rmontanana/mdlp 2022-12-13 15:46:53 +01:00
bd6660b0e9 feat: Use stable_sort to sort indices 2022-12-13 15:46:49 +01:00
a78cbc8756 Add header to module 2022-12-11 00:45:09 +01:00
7d940171b5 Initial commit 2022-12-10 21:23:09 +01:00
Ricardo Montañana Gómez
67c4a40693 Initial commit 2022-12-10 17:23:36 +01:00