Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iqiukp authored May 11, 2021
1 parent f84ac7a commit e9bf71a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="60%" height="60%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-3D.png">
<img width="70%" height="70%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-3D.png">
</p>

<h3 align="center">Support Vector Data Description (SVDD)</h3>
Expand Down Expand Up @@ -193,11 +193,11 @@ svplot = SvddVisualization();
svplot.boundary(svdd);
```
<p align="center">
<img width="50%" height="50%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-2D.png">
<img width="70%" height="70%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-2D.png">
</p>

<p align="center">
<img width="60%" height="60%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-3D.png">
<img width="70%" height="70%" src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/boundary-3D.png">
</p>

The distance between the test data and the hypersphere is
Expand Down

0 comments on commit e9bf71a

Please sign in to comment.