Computer Science, asked by taruna19, 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
A) Most frequent class among the classes of k closest training examples.
B) Least frequent class among the classes of k closest training examples.
C) Class of the closest point.
D) Most frequent class among the classes of the k farthest training examples.

Answers

Answered by jeevan9447
0

A. Most frequent class among the classes of k closest training examples.

Similar questions