-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.78 KB
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: MachineLearning
Title: Machine Learning Algorithms for Innovation in Tourism
Version: 0.1.3
Authors@R: c(
person("Agustin", "Perez-Martin", email = "agustin.perez@umh.es", role = "aut", comment = c(ORCID = "0000-0003-4994-3176")),
person("Agustin", "Perez-Torregrosa", email = "agustin.perez01@goumh.umh.es", role =c("cre","aut"), comment = c(ORCID = "0000-0001-5658-4795")),
person("Alejandro", "Rabasa-Dolado", email = "a.rabasa@umh.es", role ="aut" , comment = c(ORCID = "0000-0002-6243-9831")),
person("Nuria", "Molla-Campello", email = "nuria.molla@goumh.umh.es", role = "aut", comment = c(ORCID = "0000-0002-6448-7116")),
person("Jesus Javier", "Rodriguez-Sala", email = "jesuja.rodriguez@umh.es", role = "aut", comment = c(ORCID = "0000-0002-3796-0692")),
person(family = "Agencia Valenciana de Turisme", role = c("ctb", "cph", "fnd")),
person(family = "Miguel Hernandez University", role = c("ctb", "cph", "fnd"))
)
Description: A collection of routines created in the collaboration framework in tourism innovation between
the Valencian Tourism Agency (AVT) <http://www.turisme.gva.es/opencms/opencms/turisme/es/index.jsp> and the Miguel Hernandez University.
The package provides a set of machine learning tools for pattern
detection, association and classification rules and feature selection
even under massive data environments. Almiñana, Escudero, Pérez-Martín, Rabasa, and Santamaría (2014) <doi:10.1007/s11750-012-0264-6>.
Depends: R (>= 3.3.0)
Imports: NbClust, dplyr, formula.tools, magrittr, arules, rpart, FSelectorRcpp, crayon, ggplot2, rpart.plot
License: AGPL-3
URL: https://datascienceumh.github.io/MachineLearning/
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
spelling, testthat
Language: en-GB