Package: classifly 0.4.3
classifly: Explore Classification Models in High Dimensions
Given $p$-dimensional training data containing $d$ groups (the design space), a classification algorithm (classifier) predicts which group new data belongs to. Generally the input to these algorithms is high dimensional, and the boundaries between groups will be high dimensional and perhaps non-linear. This package implements methods for understanding the division of space between the groups.
Authors:
classifly_0.4.3.tar.gz
classifly_0.4.3.zip(r-4.7)classifly_0.4.3.zip(r-4.6)classifly_0.4.3.zip(r-4.5)
classifly_0.4.3.tgz(r-4.6-any)classifly_0.4.3.tgz(r-4.5-any)
classifly_0.4.3.tar.gz(r-4.7-any)classifly_0.4.3.tar.gz(r-4.6-any)
classifly_0.4.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
classifly/json (API)
NEWS
| # Install 'classifly' in R: |
| install.packages('classifly', repos = c('https://dicook.r-universe.dev', 'https://cloud.r-project.org')) |
- olives - Olives
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:b6c2957ae8. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 88 | ||
| source / vignettes | OK | 149 | ||
| linux-release-x86_64 | OK | 101 | ||
| macos-release-arm64 | OK | 76 | ||
| macos-oldrel-arm64 | OK | 100 | ||
| windows-devel | OK | 73 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 80 |
Exports:advantageclassiflyclassifyexploregenerate_classification_dataknnfposteriorsimvarvariables
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculate the advantage the most likely class has over the next most likely. | advantage |
| Classifly provides a convenient method to fit a classification function and then explore the results in the original high dimensional space. | classifly package-classifly |
| Default method for exploring objects | explore |
| Generate classification data. | generate_classification_data |
| Generate new data from a data frame. | generate_data |
| A wrapper function for 'knn' to allow use with classifly. | knnf |
| Olives | olives |
| Extract posterior group probabilities | posterior |
| Simulate observations from a vector | simvar |
| Extract predictor and response variables for a model object. | variables |
