117k views
2 votes
What is the general formula for linear discriminant function?

1 Answer

4 votes

Final answer:

The general formula for linear discriminant function is F(x) = w^T x + b. It helps determine the class to which a feature vector belongs.

Step-by-step explanation:

The general formula for linear discriminant function is:

F(x) = wTx + b

  • F(x) represents the discriminant function.
  • w is the weight vector.
  • T denotes the transpose of a matrix.
  • x is the feature vector.
  • b is the bias term.

By using this formula, we can determine the class or category to which a given feature vector belongs.

User Fahim Akhter
by
7.7k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.