A linear classifier is a ___ of the values for the various attributes.
- weighted sum
- weighted product
- sum of the probabilities
- product of the probabilities
Consider a linear classifier with attributes of Age and Balance. Which of the following equations is an example of the equation for the classifier.
- Age = (-1.6) x Balance + 100
- Age = Balance * Balance + 100
- Age = (-1.6) x Balance * Age + 100
- Age * Age = Balance + 100
Identify the true statement about linear classifiers below.
- More important attributes have weights with smaller values.
- More important attributes have weights with larger values.
- More important attributes have weights which are always positive.
- More important attributes have weights which are always negative.