kknn

Weighted k-Nearest Neighbors

https://github.com/klausvigo/kknn

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
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

R-CMD-check CRAN Status Badge License CRAN Downloads Codecov test coverage R-CMD-check

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:

Hechenbichler K. and Schliep K.P. (2004) Weighted k-Nearest-Neighbor Techniques and Ordinal Classification, Discussion Paper 399, SFB 386, Ludwig-Maximilians University Munich

License

kknn is licensed under the GPLv2.

Owner

  • Name: Klaus Schliep
  • Login: KlausVigo
  • Kind: user
  • Location: Graz, Austria
  • Company: Graz University of Technology

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

All Time
  • Total Commits: 80
  • Total Committers: 5
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.088
Past Year
  • Commits: 25
  • Committers: 3
  • Avg Commits per committer: 8.333
  • Development Distribution Score (DDS): 0.08
Top Committers
Name Email 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)

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

  • Versions: 19
  • Dependent Packages: 38
  • Dependent Repositories: 69
  • Downloads: 7,179 Last month
  • Docker Downloads: 111,928
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
  • Versions: 1
  • Dependent Packages: 4
  • Dependent Repositories: 2
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