Distance_for_KNN_test: Distance for KNN Test The Distance_for_KNN_test returns the...

Description Usage Arguments Value See Also

View source: R/FastKNN.R

Description

Distance for KNN Test The Distance_for_KNN_test returns the distance matrix between the test set and the training set.

Usage

1
Distance_for_KNN_test(test_set, train_set)

Arguments

test_set

is a matrix where the columns are the features of the test set

train_set

is a matrix with the features of the training set

Value

a distance matrix

See Also

knn_test_function

pdist


FastKNN documentation built on May 1, 2019, 8:16 p.m.