Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 5 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Keywords
nearest-neighbor
r
Last synced: 9 months ago
·
JSON representation
Repository
Weighted k-Nearest Neighbors
Basic Info
- Host: GitHub
- Owner: KlausVigo
- Language: R
- Default Branch: master
- Homepage: http://klausvigo.github.io/kknn/
- Size: 1.14 MB
Statistics
- Stars: 23
- Watchers: 4
- Forks: 11
- Open Issues: 15
- Releases: 0
Topics
nearest-neighbor
r
Created about 11 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
README.md
kknn
kknn is a R package for Weighted k-Nearest Neighbors Classification, Regression and Clustering.
You can install
- the latest released version install.packages("kknn")
- the latest development version devtools::install_github("KlausVigo/kknn")
If you use kknn please cite:
License
kknn is licensed under the GPLv2.
Owner
- Name: Klaus Schliep
- Login: KlausVigo
- Kind: user
- Location: Graz, Austria
- Company: Graz University of Technology
- Website: https://ecoevo.social/@KlausSchlp
- Repositories: 82
- Profile: https://github.com/KlausVigo
Senior Scientist at TU Graz
GitHub Events
Total
- Issues event: 3
- Issue comment event: 6
- Push event: 7
- Pull request event: 2
- Fork event: 2
Last Year
- Issues event: 3
- Issue comment event: 6
- Push event: 7
- Pull request event: 2
- Fork event: 2
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Klaus Schliep | k****p@g****m | 73 |
| antoine.lizee | a****e@g****m | 4 |
| ‘topepo’ | m****n@g****m | 1 |
| Laurent Gatto | l****0@c****k | 1 |
| Koen Derks | k****s@h****m | 1 |
Committer Domains (Top 20 + Academic)
cam.ac.uk: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 22
- Total pull requests: 8
- Average time to close issues: 4 months
- Average time to close pull requests: 15 days
- Total issue authors: 17
- Total pull request authors: 6
- Average comments per issue: 1.18
- Average comments per pull request: 1.63
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 2
- Average time to close issues: 3 days
- Average time to close pull requests: 13 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.5
- Average comments per pull request: 1.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- topepo (4)
- RomeroBarata (2)
- mkuehn10 (2)
- boyzhirui (1)
- kunkas (1)
- kenahoo (1)
- mgoplerud (1)
- ekernf01 (1)
- rkangr (1)
- mb706 (1)
- grssnbchr (1)
- covoes (1)
- Lauler (1)
- slagtermaarten (1)
- Antoinelypro (1)
Pull Request Authors
- antoine-lizee (2)
- topepo (2)
- mkuehn10 (2)
- vandenman (1)
- koenderks (1)
- lgatto (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 7,179 last-month
- Total docker downloads: 111,928
-
Total dependent packages: 42
(may contain duplicates) -
Total dependent repositories: 71
(may contain duplicates) - Total versions: 20
- Total maintainers: 1
cran.r-project.org: kknn
Weighted k-Nearest Neighbors
- Homepage: https://github.com/KlausVigo/kknn
- Documentation: http://cran.r-project.org/web/packages/kknn/kknn.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 1.4.1
published about 1 year ago
Rankings
Dependent packages count: 2.3%
Dependent repos count: 2.9%
Downloads: 4.5%
Forks count: 6.3%
Average: 8.3%
Stargazers count: 11.2%
Docker downloads count: 22.5%
Maintainers (1)
Last synced:
10 months ago
conda-forge.org: r-kknn
- Homepage: https://github.com/KlausVigo/kknn
- License: GPL-2.0-or-later
-
Latest release: 1.3.1
published over 7 years ago
Rankings
Dependent packages count: 12.5%
Dependent repos count: 20.2%
Average: 31.2%
Forks count: 43.8%
Stargazers count: 48.3%
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- Matrix * imports
- graphics * imports
- igraph >= 1.0 imports
- stats * imports
- tinytest * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite