Skip to content

Commit

Permalink
Update path and name of cpp example
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jan 23, 2018
1 parent 103e8a0 commit a2a56fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/readme/EXAMPLES.md
Expand Up @@ -26,9 +26,8 @@ The C++ examples are always available, you can compile them using `make` or more

and run them as from their folder straight-away (you might have to set environmental variables, see [INTERFACES.md](INTERFACES.md))

cd examples/meta/cpp/multiclass_classifier
./knn
./svm
cd examples/meta/cpp/multiclass
./cpp-multiclass-k_nearest_neighbours

As the examples are part of the tests, you can easily run them as described in [DEVELOPING.md](DEVELOPING.md#testing).
Alternatively, you see [INTERFACES.md](INTERFACES.md) on how to run them manually.
Expand Down

0 comments on commit a2a56fb

Please sign in to comment.