Package: rocc 1.3
rocc: ROC Based Classification
Functions for a classification method based on receiver operating characteristics (ROC). Briefly, features are selected according to their ranked AUC value in the training set. The selected features are merged by the mean value to form a meta-gene. The samples are ranked by their meta-gene value and the meta-gene threshold that has the highest accuracy in splitting the training samples is determined. A new sample is classified by its meta-gene value relative to the threshold. In the first place, the package is aimed at two class problems in gene expression data, but might also apply to other problems.
Authors:
rocc_1.3.tar.gz
rocc_1.3.zip(r-4.5)rocc_1.3.zip(r-4.4)rocc_1.3.zip(r-4.3)
rocc_1.3.tgz(r-4.4-any)rocc_1.3.tgz(r-4.3-any)
rocc_1.3.tar.gz(r-4.5-noble)rocc_1.3.tar.gz(r-4.4-noble)
rocc_1.3.tgz(r-4.4-emscripten)rocc_1.3.tgz(r-4.3-emscripten)
rocc.pdf |rocc.html✨
rocc/json (API)
# Install 'rocc' in R: |
install.packages('rocc', repos = c('https://lau-mel.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:3899923018. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
LOOCV using the ROC based classifier | o.rocc |
Making predictions using the ROC based classifier | p.rocc |
Training of a ROC based classifier | tr.rocc |