Skip to content

Commit 9f97f83

Browse files
authored
Update README.md
1 parent c204165 commit 9f97f83

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,19 @@ Visualization.plotDecisionBoundary(SVDD, model, trainData, trainLabel);
137137

138138
* decision boundary
139139

140-
<img src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/contour.png" width="480"><img src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/decision-boundary.png" width="480">
140+
<p align="middle">
141+
<img src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/contour.png" width="420">
142+
<img src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/decision-boundary.png" width="420">
143+
</p>
141144

142145
* testing result
143146

144-
<img src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/distance.png" width="480">
147+
<p align="middle">
148+
<img src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/distance.png" width="720">
149+
</p>
145150

146151
* ROC curve
147152

148-
<img src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/ROC.png" width="480">
153+
<p align="middle">
154+
<img src="https://github.com/iqiukp/Support-Vector-Data-Description-SVDD/blob/master/img/ROC.png" width="480">
155+
</p>

0 commit comments

Comments
 (0)