machine-learning

Definition

Distance-based Learning Algorithm

A distance-based learning algorithm is a procedure that derives its predictions primarily by evaluating the distance between elements of the instance space . Formally, given a metric , the algorithm utilises the geometric proximity of data points to infer labels or structural properties.

Geometric Dependency

The predictive performance of these methods is inherently dependent on the choice of the metric and its alignment with the underlying data geometry. Common applications include -nearest neighbours (NN) for classification and -means for clustering, where the proximity in is assumed to reflect similarity in the label space .