Skip to content

Commit 259b149

Browse files
authored
Update README.md
1 parent 75bdcc8 commit 259b149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ model.y : Labels corresponding to SVs [nSV]
2222
model.SVs : Set of Support Vectors [DxnSV]
2323
```
2424

25-
##Matlab Usage
25+
## Matlab Usage
2626
In the ```./matlab/``` folder you can find an example script together with sample 2d datasets and learnt models (through libSVM). Make sure to add all subfolders to your current directory and run the following script:
2727
```
2828
2d_svmgrad_example.m
@@ -33,7 +33,7 @@ This should generate the following plot, which shows the svm ```Gamma``` being e
3333
<img src="https://github.com/nbfigueroa/SVMGrad/blob/master/img/2d-gamma.png" width="700">
3434
</p>
3535

36-
##C++ Installation (Catkin package)
36+
## C++ Installation (Catkin package)
3737
These instrutions are assuming you have a ROS environment and use catkin workspace to compile code.
3838
Clone this respository in your ```./src``` folder and make sure that you have the [armadillo](http://arma.sourceforge.net/) library, you can install this by
3939
```
@@ -45,7 +45,7 @@ $ cd ~/catkin_ws/
4545
$ catkin_make
4646
```
4747

48-
##C++ Usage
48+
## C++ Usage
4949
First one must have an svm model in the format requested by ```svm_grad``` class, this can be generated with the ```writeSVMGradModel.m``` function in the matlab folder, then:
5050
```
5151
SVMGrad svm_(modelFilename);

0 commit comments

Comments
 (0)