Linear Discriminant Analysis (LDA) is a method of classification that aims to find p - 1 components that discriminate best between the classes in the target variable. LDA is a linear classifier, meaning that the decision boundaries between classes are linear.
ibreakdown
R package. For more details about this method, see Gosiewska and Biecek (2019).Generates a new column in your dataset with the class labels of your classification result. This gives you the option to inspect, classify, or predict the generated class labels.
Open
--> Data Library
--> Machine Learning
--> Wine Types
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.