Skip to content
GitLab
Explore
Sign in
Commits · master
php-roc
Browse files
Sep 26, 2021
remove call to undefined interfrace method isFalseAlarm
· e5a23095
Tibo
authored
Sep 26, 2021
View commits for tag 1.2.3
1.2.3
e5a23095
values must be an instance of Value interface
· 8c8f5ebb
Tibo
authored
Sep 26, 2021
View commits for tag 1.2.2
1.2.2
8c8f5ebb
nicer ROC graphs, with AUC
· 942a4549
Tibo
authored
Sep 26, 2021
View commits for tag 1.2.1
1.2.1
942a4549
Sep 24, 2021
update packagist badge
· 93035968
Tibo
authored
Sep 24, 2021
93035968
updated installation instructions
· bb21ee58
Tibo
authored
Sep 24, 2021
bb21ee58
changed name to cylab/php-roc fix issue
#4
· 701d083e
Tibo
authored
Sep 24, 2021
View commits for tag 1.2.0
1.2.0
701d083e
handle case where all values are true detections
· 43ee4019
Tibo
authored
Sep 24, 2021
43ee4019
Value is now interface, fix issue
#5
· 26a958a6
Tibo
authored
Sep 24, 2021
26a958a6
Aug 27, 2021
fix style
· 7748556d
Tibo
authored
Aug 27, 2021
7748556d
updated example and documentation
· 5c97e504
Tibo
authored
Aug 27, 2021
View commits for tag 1.1.0
1.1.0
5c97e504
fix style
· 77485971
Tibo
authored
Aug 27, 2021
77485971
allow to save ROC as png graph
· 8ac1c822
Tibo
authored
Aug 27, 2021
8ac1c822
install php gd extension for tests
· 28d55ff5
Tibo
authored
Aug 27, 2021
28d55ff5
fix typo
· f55f1024
Tibo
authored
Aug 27, 2021
f55f1024
install php gd extension for tests
· deb5ea0e
Tibo
authored
Aug 27, 2021
deb5ea0e
add documentation
· e1fd352a
Tibo
authored
Aug 27, 2021
e1fd352a
refactored ROC constructors
· 83153c76
Tibo
authored
Aug 27, 2021
83153c76
renamed CurveCoordinate to Point
· 1f7717de
Tibo
authored
Aug 27, 2021
1f7717de
rename internal variables
· 6b244b7c
Tibo
authored
Aug 27, 2021
6b244b7c
renamed Point to Value
· bc8e1bd7
Tibo
authored
Aug 27, 2021
bc8e1bd7
refactor ROC class to compute points and AUC only once
· e10e2215
Tibo
authored
Aug 27, 2021
e10e2215
add jpgraph lib
· db9ba07b
Tibo
authored
Aug 27, 2021
db9ba07b
add simple JPGraph test
· 3e328cde
Tibo
authored
Aug 27, 2021
3e328cde
removed unused Utils.countPositive/NegativeExamples methods
· a917e05d
Tibo
authored
Aug 27, 2021
a917e05d
Aug 26, 2021
small README fix
· 7dd8a34d
Tibo
authored
Aug 26, 2021
7dd8a34d
small README fix
· e4cbfbab
Tibo
authored
Aug 26, 2021
e4cbfbab
small README fix
· c52d059d
Tibo
authored
Aug 26, 2021
c52d059d
add packagist version badge
· 7d9c3019
Tibo
authored
Aug 26, 2021
7d9c3019
fix incorrect conversion of '0.0' to true :-/
· 7ae98d7d
Tibo
authored
Aug 26, 2021
View commits for tag 1.0.0
1.0.0
7ae98d7d
increase phpstan level to 5 + fix
· 4c051907
Tibo
authored
Aug 26, 2021
4c051907
check that the example is running correctly
· 50b2bc62
Tibo
authored
Aug 26, 2021
50b2bc62
add code coverage badge
· 3c1ad168
Tibo
authored
Aug 26, 2021
3c1ad168
fix style
· 26f66f5d
Tibo
authored
Aug 26, 2021
26f66f5d
cleanup code and example : implement static constructore fromPoints + refactor...
· c0519e04
Tibo
authored
Aug 26, 2021
c0519e04
compute code coverage
· a5ab155b
Tibo
authored
Aug 26, 2021
a5ab155b
require php >= 7.4
· 8fc40e81
Tibo
authored
Aug 26, 2021
8fc40e81
cleanup gitlab-ci
· 8b804ff3
Tibo
authored
Aug 26, 2021
8b804ff3
Mar 29, 2021
Update gitleaks config file
· 798b7557
Alex
authored
Mar 29, 2021
View commits for tag 0.0.3
0.0.3
798b7557
Small correction in PRCurve class: Point element was not correcly added in the array
· ef2206c8
Alex
authored
Mar 29, 2021
ef2206c8
Nov 24, 2020
Correction in documentation
· 4e2b7fbd
Alex
authored
Nov 24, 2020
View commits for tag 0.0.2
0.0.2
4e2b7fbd
Loading