The __________ distance metric calculates the distance between points by summing the absolute differences in each dimension.
- Cosine
- Euclidean
- Hamming
- Manhattan
The Manhattan distance metric calculates the distance by summing the absolute differences in each dimension.
Loading...
Related Quiz
- If two attributes in a Decision Tree have the same entropy, the attribute with the __________ Gini Index would generally be preferred.
- You have applied PCA to a dataset and obtained principal components. How would you interpret these components, and what do they represent?
- You are working with a large dataset, and you want to reduce its dimensionality using PCA. How would you decide the number of principal components to retain, considering the amount of variance explained?
- Lasso regularization can lead to sparse solutions where some coefficients become exactly ________.
- In which algorithm is the outcome determined based on a majority vote from its neighbors?