Skip to content

Commit 65e90d3

Browse files
authored
Update README.md
1 parent e9bf71a commit 65e90d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
- This version of the code is not compatible with the versions lower than R2016b.
3535
- The label must be 1 for positive sample or -1 for negative sample.
36+
- Detailed applications please see the demonstrations.
3637
- This code is for reference only.
3738

3839
## How to use
@@ -213,7 +214,8 @@ For the test results, the test data and decision boundary (only supported for 2D
213214
svplot.testDataWithBoundary(svdd, results);
214215
```
215216
<p align="center">
216-
<img width="50%" height="50%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-tets-3D.png">
217+
<img width="40%" height="40%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-tets-2D.png">
218+
<img width="40%" height="40%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-tets-3D.png">
217219
</p>
218220

219221
### 05. Parameter Optimization

0 commit comments

Comments
 (0)