Nearest-Neighbor Classification Structure: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "]] ** " to "]]. ** ") |
m (Text replacement - "]]↵*" to "]]. *") |
||
Line 9: | Line 9: | ||
** a [[Model-based Classification Structure]]. | ** a [[Model-based Classification Structure]]. | ||
** a [[Nearest-Neighbor Ranking Structure]]. | ** a [[Nearest-Neighbor Ranking Structure]]. | ||
** a [[Nearest-Neighbor Estimation Structure]] | ** a [[Nearest-Neighbor Estimation Structure]]. | ||
* <B>See</U>:</B> [[Nearest Neighbor Search Algorithm]], [[Instance-based Learning]]. | * <B>See</U>:</B> [[Nearest Neighbor Search Algorithm]], [[Instance-based Learning]]. | ||
Latest revision as of 18:42, 4 October 2023
A Nearest-Neighbor Classification Structure is an instance-based classification model that uses a distance metric.
- Context:
- It can be produced by a Nearest Neighbor Classification System (that implements a nearest neighbor algorithm)
- Example(s):
- Counter-Example(s):
- See: Nearest Neighbor Search Algorithm, Instance-based Learning.