Package: classmap 1.2.3

classmap: Visualizing Classification Results

Tools to visualize the results of a classification of cases. The graphical displays include stacked plots, silhouette plots, quasi residual plots, and class maps. Implements the techniques described and illustrated in Raymaekers, Rousseeuw and Hubert (2021), Class maps for visualizing classification results, Technometrics, appeared online. <doi:10.1080/00401706.2021.1927849> (open access) and Raymaekers and Rousseeuw (2021), Silhouettes and quasi residual plots for neural nets and tree-based classifiers, <arxiv:2106.08814>. Examples can be found in the vignettes: "Discriminant_analysis_examples","K_nearest_neighbors_examples", "Support_vector_machine_examples", "Rpart_examples", "Random_forest_examples", and "Neural_net_examples".

Authors:Jakob Raymaekers [aut, cre], Peter Rousseeuw [aut]

classmap_1.2.3.tar.gz
classmap_1.2.3.zip(r-4.5)classmap_1.2.3.zip(r-4.4)classmap_1.2.3.zip(r-4.3)
classmap_1.2.3.tgz(r-4.4-any)classmap_1.2.3.tgz(r-4.3-any)
classmap_1.2.3.tar.gz(r-4.5-noble)classmap_1.2.3.tar.gz(r-4.4-noble)
classmap_1.2.3.tgz(r-4.4-emscripten)classmap_1.2.3.tgz(r-4.3-emscripten)
classmap.pdf |classmap.html
classmap/json (API)

# Install 'classmap' in R:
install.packages('classmap', repos = c('https://jakobraymaekers.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Datasets:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

19 exports 0.00 score 51 dependencies 18 scripts 281 downloads

Last updated 1 years agofrom:0a687b2e1f. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 17 2024
R-4.5-winNOTESep 17 2024
R-4.5-linuxNOTESep 17 2024
R-4.4-winNOTESep 17 2024
R-4.4-macNOTESep 17 2024
R-4.3-winNOTESep 17 2024
R-4.3-macNOTESep 17 2024

Exports:classmapconfmat.vcrmakeFVmakeKernelqresplotsilplotstackedplotvcr.da.newdatavcr.da.trainvcr.forest.newdatavcr.forest.trainvcr.knn.newdatavcr.knn.trainvcr.neural.newdatavcr.neural.trainvcr.rpart.newdatavcr.rpart.trainvcr.svm.newdatavcr.svm.train

Dependencies:cellWiseclasscliclustercolorspaceDEoptimRe1071fansifarverggplot2gluegridExtragtableisobandkernlablabelinglatticelifecyclemagrittrMASSMatrixmatrixStatsmgcvmunsellmvtnormnlmepcaPPpillarpkgconfigplyrproxyR6randomForestRColorBrewerRcppRcppArmadilloreshape2rlangrobustbaserpartrrcovscalesshapestringistringrsvdtibbleutf8vctrsviridisLitewithr

Discriminant_analysis_examples

Rendered fromDiscriminant_analysis_examples.Rmdusingknitr::knitron Sep 17 2024.

Last update: 2022-01-09
Started: 2021-05-10

K_nearest_neighbors_examples

Rendered fromK_nearest_neighbors_examples.Rmdusingknitr::knitron Sep 17 2024.

Last update: 2022-01-09
Started: 2021-05-10

Neural_net_examples

Rendered fromNeural_net_examples.Rmdusingknitr::knitron Sep 17 2024.

Last update: 2022-01-09
Started: 2021-06-27

Random_forest_examples

Rendered fromRandom_forest_examples.Rmdusingknitr::knitron Sep 17 2024.

Last update: 2022-01-09
Started: 2021-06-27

Rpart_examples

Rendered fromRpart_examples.Rmdusingknitr::knitron Sep 17 2024.

Last update: 2022-01-09
Started: 2021-06-27

Support_vector_machine_examples

Rendered fromSupport_vector_machine_examples.Rmdusingknitr::knitron Sep 17 2024.

Last update: 2022-01-09
Started: 2021-05-10

Readme and manuals

Help Manual

Help pageTopics
Draw the class map to visualize classification results.classmap
Build a confusion matrix from the output of a function 'vcr.*.*'.confmat.vcr
Amazon book reviews datadata_bookReviews
Floral buds datadata_floralbuds
Instagram datadata_instagram
Titanic datadata_titanic
Constructs feature vectors from a kernel matrix.makeFV
Compute kernel matrixmakeKernel
Draw a quasi residual plot of PAC versus a data featureqresplot
Draw the silhouette plot of a classificationsilplot
Make a vertically stacked mosaic plot of class predictions.stackedplot
Carry out discriminant analysis on new data, and prepare to visualize its results.vcr.da.newdata
Carry out discriminant analysis on training data, and prepare to visualize its results.vcr.da.train
Prepare for visualization of a random forest classification on new data.vcr.forest.newdata
Prepare for visualization of a random forest classification on training datavcr.forest.train
Carry out a k-nearest neighbor classification on new data, and prepare to visualize its results.vcr.knn.newdata
Carry out a k-nearest neighbor classification on training data, and prepare to visualize its results.vcr.knn.train
Prepare for visualization of a neural network classification on new data.vcr.neural.newdata
Prepare for visualization of a neural network classification on training data.vcr.neural.train
Prepare for visualization of an rpart classification on new data.vcr.rpart.newdata
Prepare for visualization of an rpart classification on training data.vcr.rpart.train
Prepare for visualization of a support vector machine classification on new data.vcr.svm.newdata
Prepare for visualization of a support vector machine classification on training data.vcr.svm.train