-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 1.06 KB
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: IDmining
Type: Package
Title: Intrinsic Dimension for Data Mining
Version: 1.0.7
Authors@R: c(
person("Jean","Golay", role=c("aut","cre"), email="jeangolay@gmail.com"),
person("Mohamed","Laib", role=c("aut"), email="laib.med@gmail.com"))
Author: Jean Golay [aut, cre], Mohamed Laib [aut]
Maintainer: Jean Golay <jeangolay@gmail.com>
Description: Contains techniques for mining large and high-dimensional data
sets by using the concept of Intrinsic Dimension (ID). Here the ID is
not necessarily an integer. It is extended to fractal dimensions. And
the Morisita estimator is used for the ID estimation, but other
tools are included as well.
Imports: data.table, doParallel, parallel, foreach, stats, utils
License: CC BY-NC-SA 4.0
URL: https://www.sites.google.com/site/jeangolayresearch/
Encoding: UTF-8
RoxygenNote: 7.1.1
Note: The authors are grateful to Mikhail Kanevski, Michael Leuenberger,
Carmen D. Vega Orozco and Fabian Guignard for many fruitful discussions
about the use of intrinsic dimension in data mining.