A classification function is a discrete value output-function whose function range is a categorical set (with categories).
References
2008
2007
- http://gondolin.rutgers.edu/MIC/text/how/catalog_glossary.htm
- A scheme, usually consisting of numbers or alphanumericor other notation that categorizes or subdivides a subject area or collection of materials. Most classification schemes were originally intended to organize physical items on the shelf. The result was a unique shelving location (call number) for each item that facilitated browsing of material by subject or author.
2005
1998
- (Kohavi & Provost, 1998) => Ron Kohavi, and Foster Provost. (1998). "Glossary of Terms." In: Machine Leanring 30(2-3).
- Classifier: A mapping from unlabeled instances to (discrete) classes. Classifiers have a form (e.g., decision tree) plus an interpretation procedure (including how to handle unknowns, etc.). Some classifiers also provide probability estimates (scores), which can be thresholded to yield a discrete class decision thereby taking into account a utility function.
1995
- (Kohavi, 1995) => Ron Kohavi. (1995). "A Study of Cross-Validation and Bootstrap for Accuracy Estimation and Model Selection." In: Proceedings of the Fourteenth International Joint Conference on Artificial Intelligence (IJCAI 1995).
- A classifier is a function that maps an unlabelled instance to a label using internal data structures. An inducer or an induction algorithm builds a classifier from a given dataset. CART and C 4 5 (Brennan, Friedman Olshen &. Stone 1984, Quinlan 1993) are decision tree inducers that build decision tree classifiers. In this paper we are not interested in the specific method for inducing classifiers, but assume access to a dataset and an inducer of interest.