classification

a procedure which computes an unknown parameter for a given element

classification model

An algorithm which, given an individual for which the class is not known, computes the class. The algorithm make use of parameters for tuning

the core of a classification model is the decision function.

where $\theta$ is a set of values for the parameters of the decision function

vapnik-chervonenkis dimension

if a classification model is able to shatter all possible problems with N elements it’s Vapnik-Chervonenkis dimension is equal to $N$

classification workflow

classification types