Commit Graph

65 Commits

Author SHA1 Message Date
f0845c5bd1 Fix mistake in class type of ArffFiles
Add some type casting to CPPFImdlp
Add additional path to datasets in tests
Fix some smells in sample
Join CMakeLists
2023-03-18 18:40:10 +01:00
1f4abade2c Add launch.json for debugging sample in vscode 2023-03-17 00:14:28 +01:00
770502c8e5 Update sample 2023-03-14 11:36:38 +01:00
ed7433672d Add checked strings in exceptions 2023-03-13 17:45:06 +01:00
14860ea0b9 Fix smell and add new test 2023-03-13 17:17:31 +01:00
d9a6f528f6 Fix 2 code smell 2023-03-13 16:56:09 +01:00
7551b0d669 Refactor constructor 2023-03-13 01:36:29 +01:00
ffb8df4d1c Add max_cutpoints Hyperparameter 2023-03-13 01:17:04 +01:00
ed784736ca update build 2023-03-12 11:39:35 +01:00
49e9dd3e12 Update build 2023-03-12 11:30:43 +01:00
083a56b311 Change seconds for milliseconds in sample
change path of coverage report in build
2023-03-12 11:27:02 +01:00
4492252729 Add headers needed in sample.cpp 2023-03-11 22:45:34 +01:00
c00b7a613c Add path argument to command line 2023-02-28 10:52:26 +01:00
200015000c Add all datasets to sample 2023-02-28 10:28:23 +01:00
ce9ddb3be3 Cosmetic refactor in unittest 2023-02-28 00:50:12 +01:00
90428218c2 Add dataset to test and add hyperparameters to sample 2023-02-28 00:43:37 +01:00
0b63d9ace0 Update build 2023-02-27 01:18:46 +01:00
6875127394 Update Test coverage and build 2023-02-27 01:01:24 +01:00
747f610ce9 Remove unneeded code in CPPFImdlp 2023-02-27 00:53:00 +01:00
a7d13f602d set min_length as protected 2023-02-26 12:07:52 +01:00
552b03afc9 make public min_length for tests 2023-02-26 11:33:10 +01:00
4a9664c4aa Fix depth init in fit 2023-02-26 11:26:37 +01:00
964555de20 Add echo total of cut points in sample 2023-02-25 18:31:57 +01:00
d6cece1006 Add max_depth and min_length as hyperparams 2023-02-25 18:16:20 +01:00
Ricardo Montañana Gómez
e25ca378f0 Merge pull request #4 from rmontanana/test
Add tests to GH action
2023-02-24 11:45:14 +01:00
71c1dc2928 Build project and tests in action 2023-02-24 11:41:50 +01:00
ebea31afd1 Build tests in action 2023-02-24 11:39:38 +01:00
89d675eb1f Action to execute tests 2023-02-24 11:36:48 +01:00
e8fcc20a32 Fix mistake in build action 2023-02-24 11:33:26 +01:00
848ee7ba24 Try tests in build action 2023-02-24 11:32:10 +01:00
Ricardo Montañana Gómez
32a6fd9ba0 Update version number v1.1.1 2023-02-22 12:05:47 +01:00
cd04f97fd0 Remove exception of valuecutpoint it's not needed 2023-02-22 11:55:31 +01:00
458a313aee Add limits header 2023-02-22 11:32:37 +01:00
e97aea2a4d try new build 2023-02-22 01:33:49 +01:00
4707bc0b7f update sonar project key 2023-02-22 01:16:39 +01:00
8c868981e8 New build.yml version 2023-02-22 00:46:54 +01:00
e812e91540 Update gha to sonarcloud 2023-02-22 00:30:14 +01:00
dddeea4024 fix token name mistake in github action 2023-02-21 20:38:10 +01:00
5b7d66d922 Update sonar configuration 2023-02-21 20:27:54 +01:00
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