Learn R Programming

FNN (version 1.1.4.1)

Fast Nearest Neighbor Search Algorithms and Applications

Description

Cover-tree and kd-tree fast k-nearest neighbor search algorithms and related applications including KNN classification, regression and information measures are implemented.

Copy Link

Version

Install

install.packages('FNN')

Monthly Downloads

117,507

Version

1.1.4.1

License

GPL (>= 2)

Maintainer

Last Published

September 22nd, 2024

Functions in FNN (1.1.4.1)

KL.dist

Kullback-Leibler Divergence
get.knn

Search Nearest Neighbors
KL.divergence

Kullback-Leibler Divergence
knn.dist

k Nearest Neighbor Distances
knn.index

Search Nearest Neighbors
print.knnReg

Print Method for KNN Regression
knn.reg

k Nearest Neighbor Regression
knn

k-Nearest Neighbour Classification
knn.cv

k-Nearest Neighbour Classification Cross-Validation
crossentropy

Cross Entropy
mutinfo

Mutual Information
entropy

Shannon Entropy
ownn

Optimal Weighted Nearest Neighbor Classification