Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (7.3-22) of this package.
Take me there.
class (version 7.3-17)
Functions for Classification
Description
Various functions for classification, including k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.
Copy Link
Link to current version
Version
Version
7.3-22
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
Install
install.packages('class')
Monthly Downloads
38,395
Version
7.3-17
License
GPL-2 | GPL-3
Maintainer
Brian Ripley
Last Published
April 26th, 2020
Functions in class (7.3-17)
Search all functions
knn.cv
k-Nearest Neighbour Cross-Validatory Classification
lvq2
Learning Vector Quantization 2.1
olvq1
Optimized Learning Vector Quantization 1
lvq3
Learning Vector Quantization 3
lvqinit
Initialize a LVQ Codebook
multiedit
Multiedit for k-NN Classifier
lvqtest
Classify Test Set from LVQ Codebook
batchSOM
Self-Organizing Maps: Batch Algorithm
somgrid
Plot SOM Fits
reduce.nn
Reduce Training Set for a k-NN Classifier
SOM
Self-Organizing Maps: Online Algorithm
condense
Condense training set for k-NN classifier
knn
k-Nearest Neighbour Classification
lvq1
Learning Vector Quantization 1
knn1
1-Nearest Neighbour Classification