Package: GGClassification 0.1
GGClassification: Gabriel Graph Based Large-Margin Classifiers
Contains the implementation of a binary large margin classifier based on Gabriel Graph. References for this method can be found in L.C.B. Torres et al. (2015) <doi:10.1049/el.2015.1644>.
Authors:
GGClassification_0.1.tar.gz
GGClassification_0.1.zip(r-4.5)GGClassification_0.1.zip(r-4.4)GGClassification_0.1.zip(r-4.3)
GGClassification_0.1.tgz(r-4.4-x86_64)GGClassification_0.1.tgz(r-4.4-arm64)GGClassification_0.1.tgz(r-4.3-x86_64)GGClassification_0.1.tgz(r-4.3-arm64)
GGClassification_0.1.tar.gz(r-4.5-noble)GGClassification_0.1.tar.gz(r-4.4-noble)
GGClassification_0.1.tgz(r-4.4-emscripten)GGClassification_0.1.tgz(r-4.3-emscripten)
GGClassification.pdf |GGClassification.html✨
GGClassification/json (API)
# Install 'GGClassification' in R: |
install.packages('GGClassification', repos = c('https://fvcampos.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:f5d71aee19. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win-x86_64 | OK | Oct 25 2024 |
R-4.5-linux-x86_64 | OK | Oct 25 2024 |
R-4.4-win-x86_64 | OK | Oct 25 2024 |
R-4.4-mac-x86_64 | OK | Oct 25 2024 |
R-4.4-mac-aarch64 | OK | Oct 25 2024 |
R-4.3-win-x86_64 | OK | Oct 25 2024 |
R-4.3-mac-x86_64 | OK | Oct 25 2024 |
R-4.3-mac-aarch64 | OK | Oct 25 2024 |
Exports:GabrielGraphmodelpredict
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Gabriel Graph Based Large-Margin Classifiers. | GGClassification-package GGClassification |
Constructs a Gabriel Graph from data. | GabrielGraph |
Calculates the parameters of a large-margin classifier based on the Gabriel Graph. | model |
Inference of classes based on received parameters of large-margin classifier. | predict |