Computer Science, asked by Pranaswi6969, 1 year ago

In k-NN algorithm, given a set of training examples and the value of k < size of training set (n), the algorithm predicts the class of a test example to be the

Answers

Answered by jeevan9447
0

the algorithm predicts the class of a test example to be the most frequent class among the classes of k closest training examples.

Similar questions