forked from jeffwong/imputation
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
30 lines (30 loc) · 1001 Bytes
/
DESCRIPTION
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
28
29
30
Package: imputation
Type: Package
Title: Missing Value imputation via weighted k-nearest neighbors (w-kNN)
Version: 0.7.6
Date: 2017-04-24
Authors@R: c(
person("Alex", "Whitworth", email = "[email protected]",
role = c("aut","cre")),
person("Marcel", "Prince", email= "[email protected]", role= "ctb")
)
URL: https://github.com/alexwhitworth/imputation
Description: Impute missing values in a data matrix using weighted-kNN.
Weights in w-kNN are specified using a Gaussian kernel, specified by kernlab.
Imputation may be done via parallel computing (v0.4). Canopies (ie-subsets) were
implemented in (v0.6) and provide approximate solutions for large datasets...
I suggest not using canopies on datasets with < ~10^5 observations and using
canopies on datasets with > ~10^5 observations.
License: GPL
LazyLoad: yes
Depends:
R (>= 3.2.1),
locfit,
kernlab,
parallel (>= 3.0)
Suggests:
testthat
LinkingTo: Rcpp
Imports:
Rcpp
RoxygenNote: 5.0.1