Skip to content

Commit 0ac63b9

Browse files
Merge pull request #189 from dpr1005/development
Added RESSEL ensemble algorithm and written User Documentation Annex
2 parents 214d47a + b542b93 commit 0ac63b9

34 files changed

+538
-63
lines changed

SSL_RELEASE.md renamed to SSL_REALEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This project has the following algorithms:
77
- Density Peaks
88
- STDPNF
99

10+
- Ensemble
11+
- RUSSEL
1012

1113
# Release Notes
1214

docs/anexos.pdf

1.34 MB
Binary file not shown.

docs/anexos.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
\usepackage{microtype}
1010
\usepackage{placeins}
1111
\usepackage{tabularx}
12+
\usepackage{placeins}
1213

1314
\RequirePackage{booktabs}
1415
\RequirePackage[table]{xcolor}
@@ -91,11 +92,11 @@
9192
\FloatBarrier
9293
}
9394

94-
\newcommand{\imagenflotante}[2]{
95+
\newcommand{\imagenFlotante}[3]{
9596
\begin{figure}%[!h]
9697
\centering
9798
\includegraphics[width=0.9\textwidth]{#1}
98-
\caption{#2}\label{fig:#1}
99+
\caption{#2}\label{fig:#3}
99100
\end{figure}
100101
}
101102

@@ -396,7 +397,7 @@
396397

397398

398399
% Datos de portada
399-
\title{Estudio de métodos de selección de instancias en aprendizaje Semi-Supervisado\\Documentación Técnica}
400+
\title{Estudio de métodos de selección de instancias en aprendizaje Semi-Supervisado y aplicación web de MLaaS\\Documentación Técnica}
400401
\author{Daniel Puente Ramírez}
401402
\tutor{Dr. Álvar Arnaiz González}
402403
\date{\today}

docs/bibliografiaAnexos.bib

Lines changed: 10 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -140,34 +140,6 @@ @article{barandela2005decision
140140
publisher={World Scientific}
141141
}
142142

143-
@inproceedings{blum1998combining,
144-
title={Combining labeled and unlabeled data with co-training},
145-
author={Blum, Avrim and Mitchell, Tom},
146-
booktitle={Proceedings of the eleventh annual conference on Computational learning theory},
147-
pages={92--100},
148-
year={1998}
149-
}
150-
151-
@article{zhou2005tri,
152-
title={Tri-training: Exploiting unlabeled data using three classifiers},
153-
author={Zhou, Zhi-Hua and Li, Ming},
154-
journal={IEEE Transactions on knowledge and Data Engineering},
155-
volume={17},
156-
number={11},
157-
pages={1529--1541},
158-
year={2005},
159-
publisher={IEEE}
160-
}
161-
162-
@inproceedings{zhou2004democratic,
163-
title={Democratic co-learning},
164-
author={Zhou, Yan and Goldman, Sally},
165-
booktitle={16th IEEE International Conference on Tools with Artificial Intelligence},
166-
pages={594--602},
167-
year={2004},
168-
organization={IEEE}
169-
}
170-
171143
@article{wilson2000reduction,
172144
title={Reduction techniques for instance-based learning algorithms},
173145
author={Wilson, D Randall and Martinez, Tony R},
@@ -203,23 +175,23 @@ @article{WU2018180
203175
author = {Di Wu and Mingsheng Shang and Xin Luo and Ji Xu and Huyong Yan and Weihui Deng and Guoyin Wang},
204176
}
205177

206-
@ARTICLE{720574, author={}, journal={IEEE Std 830-1998}, title={IEEE
178+
@ARTICLE{720574, author={IEEE}, journal={IEEE Std 830-1998}, title={IEEE
207179
Recommended Practice for Software Requirements Specifications}, year={1998},
208180
volume={}, number={}, pages={1-40}, doi={10.1109/IEEESTD.1998.88286}}
209181

210-
@ARTICLE{IEEE1220722020, author={}, journal={IEEE Std 12207-2-2020}, title={Systems and software engineering--Software life cycle processes--Part 2: Relation and mapping between ISO/IEC/IEEE 12207:2017 and ISO/IEC 12207:2008}, year={2020}, volume={}, number={}}
182+
@ARTICLE{IEEE1220722020, author={IEEE}, journal={IEEE Std 12207-2-2020}, title={Systems and software engineering--Software life cycle processes--Part 2: Relation and mapping between ISO/IEC/IEEE 12207:2017 and ISO/IEC 12207:2008}, year={2020}, volume={}, number={}}
211183

212184
@misc{ingenieriasoftwareytiemporeal_2020, title={IEEE830-ESP - ctr.unican.es}, url={https://ctr.unican.es/asignaturas/is1/IEEE830_esp.pdf}, journal={ISTR - Ingeniería Software y Tiempo Real}, author={Ingeniería Software y Tiempo Real, ISTR}, year={2020}}
213185
214-
@misc{pythonGetIt, title={Python Download}, url={https://www.python.org/getit/}}
186+
@misc{pythonGetIt, title={Python Download}, url={https://www.python.org/getit/}, note={https://www.python.org/getit/}}
215187

216-
@misc{gitkraken, title={GitKraken}, url={https://www.gitkraken.com/}}
188+
@misc{gitkraken, title={GitKraken}, url={https://www.gitkraken.com/}, note={https://www.gitkraken.com/}}
217189

218-
@misc{VSCode, title={Visual Studio Code}, url= {https://code.visualstudio.com/}}
190+
@misc{VSCode, title={Visual Studio Code}, url= {https://code.visualstudio.com/}, note={https://code.visualstudio.com/}}
219191

220-
@misc{PyCharm, title={PyCharm}, url= {https://www.jetbrains.com/pycharm/}}
192+
@misc{PyCharm, title={PyCharm}, url= {https://www.jetbrains.com/pycharm/}, note={https://www.jetbrains.com/pycharm/}}
221193

222-
@misc{VSCode-Remote-SSH, title={Remote SSH}, url={https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh}}
194+
@misc{VSCode-Remote-SSH, title={Remote SSH}, url={https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh}, note={https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh}}
223195

224196
@misc{Remote-Development-Tricks-Tips, title={Remote Development Tips and Tricks}, url={https://code.visualstudio.com/docs/remote/troubleshooting#_installing-a-supported-ssh-client}, year={2022}, author={Microsoft}}
225197

@@ -234,4 +206,6 @@ @article{leyva2015three
234206
publisher={Elsevier}
235207
}
236208

237-
@misc{Travis-CI-LOG-UBUMLaaS, title={Travis-CI UBUMLaaS}, url={https://app.travis-ci.com/github/dpr1005/UBUMLaaS}}
209+
@misc{Travis-CI-LOG-UBUMLaaS, title={Travis-CI UBUMLaaS}, url={https://app.travis-ci.com/github/dpr1005/UBUMLaaS}, note={https://app.travis-ci.com/github/dpr1005/UBUMLaaS}}
210+
211+
@misc{PyPI, title={Python Package Index}, url={https://pypi.org/}, note={https://pypi.org/}}
19.9 KB
Loading
19.9 KB
Loading
42.9 KB
Loading
45.1 KB
Loading
100 KB
Loading
509 KB
Loading

0 commit comments

Comments
 (0)