Package: UAHDataScienceSC 1.0.0
UAHDataScienceSC: Learn Supervised Classification Methods Through Examples and Code
Supervised classification methods, which (if asked) can provide step-by-step explanations of the algorithms used, as described in PK Josephine et. al., (2021) <doi:10.59176/kjcs.v1i1.1259>; and datasets to test them on, which highlight the strengths and weaknesses of each technique.
Authors:
UAHDataScienceSC_1.0.0.tar.gz
UAHDataScienceSC_1.0.0.tar.gz(r-4.5-noble)UAHDataScienceSC_1.0.0.tar.gz(r-4.4-noble)
UAHDataScienceSC_1.0.0.tgz(r-4.4-emscripten)UAHDataScienceSC_1.0.0.tgz(r-4.3-emscripten)
UAHDataScienceSC.pdf |UAHDataScienceSC.html✨
UAHDataScienceSC/json (API)
NEWS
# Install 'UAHDataScienceSC' in R: |
install.packages('UAHDataScienceSC', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- db1rl - Test Database 1
- db2 - Test Database 6
- db3 - Test Database 7
- db_flowers - Test Database 5
- db_per_and - Test Database 2
- db_per_or - Test Database 3
- db_per_xor - Test Database 4
- db_tree_struct - Test Database 8
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 21 days agofrom:f297493769. Checks:2 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 17 2025 |
R-4.5-linux | OK | Feb 17 2025 |
Exports:act_methoddecision_treeknnmultivariate_linear_regressionperceptronpolynomial_regression
Dependencies:cli
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Activation Function | act_method |
Test Database 5 | db_flowers |
Test Database 2 | db_per_and |
Test Database 3 | db_per_or |
Test Database 4 | db_per_xor |
Test Database 8 | db_tree_struct |
Test Database 1 | db1rl |
Test Database 6 | db2 |
Test Database 7 | db3 |
Decision Tree | decision_tree |
K-Nearest Neighbors | knn |
Multivariate Linear Regression | multivariate_linear_regression |
Perceptron | perceptron |
Multivariate Polynomial Regression | polynomial_regression |
Print Tree Structure | print.tree_struct |