Table 21.
Table of symbols
| Symbol | Meaning |
|---|---|
| m | The number of features |
| The dimensional pattern space | |
| c | The number of categories (i.e. classes) |
| A class at index i | |
| A class region at index i | |
| An unknown pattern | |
| f | A set of discriminant functions |
| A discriminant function at | |
| A class at index k | |
| The posterior probability of finding in the class region | |
| The probability that belongs to the class region | |
| The priori of a class region | |
| The evidence of | |
| The number of samples in a class | |
| N | The total number of samples in the sample space |
| z | A measure of dependency on variables or the predicted output value |
| X | The variables or inputs |
| i | An index |
| k | An index |
| The intercept or bias | |
| The slope of the logistic regression model or the coefficient value at index i | |
| V | The number of variables or inputs |
| The probability of the variables | |
| l | The number of features (i.e., parameters) in |
| j | An index |
| The mean value | |
| The standard deviation value | |
| h | A smoothing parameter optimized on the training dataset |
| The value of the feature in the jth position of the vth input in class | |
| The class number | |
| w | The weight vector |
| b | The bias |
| C | A parameter |
| The hinge loss | |
| TP | True positive |
| TN | True negative |
| FP | False positive |
| FN | False negative |