Skip to content

Commit 36dc1cc

Browse files
authored
Corrected README.md
1 parent ac216a5 commit 36dc1cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ It is enough to put [PLS.m](Scripts/PLS.m) in your working directory and methods
2121
[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).
2222

2323
### Results plotting
24-
The following graphs summarize some resullts of the data analysis:
24+
The following graphs summarize some results of the data analysis:
2525

26-
<img src = "ForReadme/plot2.svg" alt = "plot1" width = "70%" height = "70%" align = "center" />
27-
<img src = "ForReadme/plot1.svg" alt = "plot2" width = "70%" height = "70%" align = "center" />
28-
<img src = "ForReadme/plot3.svg" alt = "plot3" width = "70%" height = "70%" align = "center" />
29-
<img src = "ForReadme/plot4.svg" alt = "plot4" width = "70%" height = "70%" align = "center" />
26+
<img src="ForReadme/plot2.svg" alt="plot1" width="70%" height="70%" align="center" />
27+
<img src="ForReadme/plot1.svg" alt="plot2" width="70%" height="70%" align="center" />
28+
<img src="ForReadme/plot3.svg" alt="plot3" width="70%" height="70%" align="center" />
29+
<img src="ForReadme/plot4.svg" alt="plot4" width="70%" height="70%" align="center" />

0 commit comments

Comments
 (0)