Skip to content

Commit

Permalink
Update examples.md
Browse files Browse the repository at this point in the history
commented out the line about collab
  • Loading branch information
davidhowey authored Mar 6, 2024
1 parent dac10e1 commit 6e18707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/1_getting_started/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ nav_order: 8

# Examples

Here will be some Google Colab files as example.
<!--- Here will be some Google Colab files as example. -->

K-medoids example code:
Example code using k-mediods for clustering:

```cpp
#include <dtwc.hpp>
Expand Down Expand Up @@ -46,7 +46,7 @@ int main()
```


Multiple MIP example code:
Example code using multiple MIP for clustering:

```cpp
#include <dtwc.hpp>
Expand Down Expand Up @@ -90,4 +90,4 @@ int main()

return EXIT_SUCCESS;
}
```
```

0 comments on commit 6e18707

Please sign in to comment.