You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h1align="center">Implementation in MATLAB of the PLS algorithm for classification</h1>
1
+
# Implementation in MATLAB of the PLS algorithm for classification
2
2
3
3
## Authors
4
4
***FERRARI Lorenzo**, postgraduate in Computer Engineering at University of Bergamo.
@@ -19,3 +19,11 @@ It is enough to put [PLS.m](Scripts/PLS.m) in your working directory and methods
19
19
20
20
## Coding example
21
21
[Data_analysis.mlx](Scripts/Data_analysis.mlx) contains an example of how this MATLAB class can be used to solve a classification problem by using the PLS algorithm. In particular, the covered problem deals with **steel plates fault detection**. The source dataset is available on [Kaggle](https://www.kaggle.com/datasets/uciml/faulty-steel-plates).
22
+
23
+
### Results plotting
24
+
The following graphs summarize some resullts of the data analysis:
0 commit comments