Skip to content

Commit 9c3ac5e

Browse files
committed
update name of the figures to avoid problems on some OSs
In MacOS it is not enough to differentiate files by case (uppercase and lowercase).
1 parent bc8bd1a commit 9c3ac5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+24
-24
lines changed

CD_diagrams/CD_normal_AKS_C.png

-239 Bytes

CD_diagrams/CD_normal_AKS_O.png

-268 Bytes

CD_diagrams/CD_normal_AUS_C.png

-256 Bytes

CD_diagrams/CD_normal_AUS_O.png

-235 Bytes

CD_diagrams/CD_normal_FMM_C.png

-10.2 KB
Binary file not shown.

CD_diagrams/CD_normal_FMM_O.png

-9.86 KB
Binary file not shown.

CD_diagrams/CD_normal_FMm_C.png

-10.2 KB
Binary file not shown.

CD_diagrams/CD_normal_FMm_O.png

-10.4 KB
Binary file not shown.

CD_diagrams/CD_normal_FMmacro_C.png

10 KB

CD_diagrams/CD_normal_FMmacro_O.png

9.58 KB

CD_diagrams/CD_normal_FMmicro_C.png

10 KB

CD_diagrams/CD_normal_FMmicro_O.png

10.1 KB

CD_diagrams/CD_normal_HNA_C.png

-278 Bytes

CD_diagrams/CD_normal_HNA_O.png

-271 Bytes

CD_diagrams/CD_normal_NA_C.png

-263 Bytes

CD_diagrams/CD_normal_NA_O.png

-249 Bytes

CD_diagrams/CD_normal_OSFMM_C.png

-10.1 KB
Binary file not shown.

CD_diagrams/CD_normal_OSFMM_O.png

-9.91 KB
Binary file not shown.

CD_diagrams/CD_normal_OSFMm_C.png

-10.1 KB
Binary file not shown.

CD_diagrams/CD_normal_OSFMm_O.png

-10.3 KB
Binary file not shown.

CD_diagrams/CD_normal_OSFMmacro_C.png

9.96 KB

CD_diagrams/CD_normal_OSFMmacro_O.png

9.64 KB

CD_diagrams/CD_normal_OSFMmicro_C.png

9.8 KB

CD_diagrams/CD_normal_OSFMmicro_O.png

10.1 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+16-16

figs/AKS.png

2.71 KB

figs/AUS.png

2.71 KB

figs/FMM.png

-780 Bytes
Binary file not shown.

figs/FMm.png

-761 Bytes
Binary file not shown.

figs/FMmacro.png

3.48 KB

figs/FMmicro.png

3.46 KB

figs/HNA.png

2.71 KB

figs/NA.png

2.71 KB

figs/OSFMM.png

-1.01 KB
Binary file not shown.

figs/OSFMm.png

-1.02 KB
Binary file not shown.

figs/OSFMmacro.png

3.72 KB

figs/OSFMmicro.png

3.74 KB

figs/dbc.png

2.71 KB

figs/evm.png

2.71 KB

figs/ocsvm.png

2.71 KB

figs/onevset.png

2.71 KB

figs/pisvm.png

2.71 KB

figs/ssvm.png

2.71 KB

figs/svdd.png

2.71 KB

figs/svm.png

2.71 KB

figs/wsvm.png

2.71 KB

generate_classifier_names.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ fontsize=10
1414

1515
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/NA.png -s ${fontsize} "\mathrm{NA}"
1616
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/HNA.png -s ${fontsize} "\mathrm{HNA}"
17-
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/OSFMM.png -s ${fontsize} "\mathrm{OSFM}_{\mbox{\scriptsize M}}"
18-
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/OSFMm.png -s ${fontsize} "\mathrm{OSFM}_{\mu}"
19-
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/FMM.png -s ${fontsize} "\mathrm{FM}_{\mbox{\scriptsize M}}"
20-
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/FMm.png -s ${fontsize} "\mathrm{FM}_{\mu}"
17+
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/OSFMmacro.png -s ${fontsize} "\mathrm{OSFM}_{\mbox{\scriptsize M}}"
18+
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/OSFMmicro.png -s ${fontsize} "\mathrm{OSFM}_{\mu}"
19+
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/FMmacro.png -s ${fontsize} "\mathrm{FM}_{\mbox{\scriptsize M}}"
20+
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/FMmicro.png -s ${fontsize} "\mathrm{FM}_{\mu}"
2121
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/AKS.png -s ${fontsize} "\mathrm{AKS}"
2222
/home/pedrormjunior/Downloads/tex2im/tex2im -z -a -o figs/AUS.png -s ${fontsize} "\mathrm{AUS}"

plot_CD.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
'HNA.csv',
8686
'AKS.csv',
8787
'AUS.csv',
88-
'OSFMM.csv',
89-
'OSFMm.csv',
90-
'FMM.csv',
91-
'FMm.csv',
88+
'OSFMmacro.csv',
89+
'OSFMmicro.csv',
90+
'FMmacro.csv',
91+
'FMmicro.csv',
9292
]
9393

9494
def mean_experiments(df):

0 commit comments

Comments
 (0)