Locally weighted learning or lazy learning refers to remembering all the training data for a classification or value-prediction problem and only generating a model as and when new data is to be processed. This allows more relevant training data to be weighted more strongly than less relevant training data. The weightings are most frequently associated with the Euclidian distance between the new data point and each individual training point.
- alias
- LWL
- subtype
- has functional building block
- FBB_Classification FBB_Value prediction
- has learning style
- LST_Supervised
- has relevance
- REL_Relevant
- mathematically similar to
- typically supports