Skip to content

Commit d03037f

Browse files
authored
Updated README.md
1 parent 115712d commit d03037f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ Implementation of the **discriminant PLS algorithm** through a MATLAB class. It
1313
* *classification* of new data;
1414

1515
Moreover, [PLS.m](Scripts/PLS.m) can also estimate a PCA model, therefore it is possible to compare it with PLS.
16-
##
16+
17+
## Installation
18+
It is enough to put [PLS.m](Scripts/PLS.m) in your working directory and methods of this MATLAB class will be ready to be called in your script.
19+
20+
## Coding example
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).

0 commit comments

Comments
 (0)