Day43 KNN Intro
Day43 KNN Intro
iv. Out of the 3 nearest neighbors, the majority class is red so the
new entry will be assigned to that class by using Euclidean
distance
Advantages of K-NN Algorithm
• It is simple to implement.
• No training is required before classification.
➢ RECOMMENDATION ENGINE
➢ CONCEPT SEARCH
➢ PATTERN RECOGNITION
➢ MISSING DATA IMPUTATION