Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: liliulab
- License: other
- Language: R
- Default Branch: master
- Size: 31.3 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
J-score
J-score measures similarities between two clustering structures. It is implemented as an R/CRAN library. https://cran.r-project.org/web/packages/jScore/index.html
Install
install.packages('jScore')
Usage
```` library(jScore)
an example comparing two clustering assignments
truth=c(1,1,1,1,1,2,2,2,2,2,3,3,3,3,3) # A numeric vector of truth class labels. pred= c(1,1,1,2,2,2,3,3,3,4,4,4,5,5,5) # A numeric vector of predicted class labels. jscore(truth, pred) ## 0.5414634 ````
Reference
Please cite our publication in arXiv. Ahmadinejad N, Liu L (2021). J-Score: A Robust Measure of Clustering Accuracy https://arxiv.org/abs/2109.01306 (Manuscript under review in PeerJ)
Owner
- Login: liliulab
- Kind: user
- Location: Tempe, AZ
- Company: Arizona State University
- Website: http://liliulab.com/
- Repositories: 4
- Profile: https://github.com/liliulab
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| liliulab | 4****b | 14 |
| Navid Ahmadinejad | n****d@N****t | 3 |
| Navid Ahmadinejad | n****d@N****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 166 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: jScore
Calculates the j-Score Between Two Clustering Assignments
- Homepage: https://github.com/liliulab/jscore
- Documentation: http://cran.r-project.org/web/packages/jScore/jScore.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.0
published almost 5 years ago
Rankings
Maintainers (1)
Dependencies
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests