RDocumentation
Moon
Search all packages and functions
⚠️
There's a newer version (7.3-21) of this package.
Take me there.
class (version 7.3-20)
Functions for Classification
Description
Various functions for classification, including k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.
Copy Link
Copy
Link to current version
Version
Version
7.3-21
7.3-20
7.3-19
7.3-18
7.3-17
7.3-16
7.3-15
7.3-14
7.3-13
7.3-12
7.3-11
7.3-10
7.3-9
7.3-8
7.3-7
7.3-6
7.3-5
7.3-4
7.3-3
7.3-2
7.3-1
7.3-0
Down Chevron
Install
install.packages('class')
Monthly Downloads
103,745
Version
7.3-20
License
GPL-2 | GPL-3
Maintainer
Brian Ripley
Last Published
January 13th, 2022
Functions in class (7.3-20)
Search functions
batchSOM
Self-Organizing Maps: Batch Algorithm
somgrid
Plot SOM Fits
reduce.nn
Reduce Training Set for a k-NN Classifier
olvq1
Optimized Learning Vector Quantization 1
lvqtest
Classify Test Set from LVQ Codebook
multiedit
Multiedit for k-NN Classifier
knn1
1-Nearest Neighbour Classification
lvqinit
Initialize a LVQ Codebook
knn.cv
k-Nearest Neighbour Cross-Validatory Classification
condense
Condense training set for k-NN classifier
lvq2
Learning Vector Quantization 2.1
SOM
Self-Organizing Maps: Online Algorithm
knn
k-Nearest Neighbour Classification
lvq1
Learning Vector Quantization 1
lvq3
Learning Vector Quantization 3