Skip to content

Commit

Permalink
Merge pull request #3699 from abhinavrai44/fix
Browse files Browse the repository at this point in the history
Minor fix for cookbook
  • Loading branch information
karlnapf committed Mar 15, 2017
2 parents 0968ee6 + 88dd067 commit fd67ee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/cookbook/source/examples/distance/braycurtis.rst
@@ -1,6 +1,6 @@
======================
===================
BrayCurtis Distance
======================
===================

The BrayCurtis Distance or Sorensen Distance is similar to the Manhattan Distance with normalization.

Expand Down
4 changes: 2 additions & 2 deletions doc/cookbook/source/examples/distance/mahalanobis.rst
@@ -1,6 +1,6 @@
======================
====================
Mahalanobis Distance
======================
====================

The Mahalanobis distance for real valued features computes the distance between a feature vector and a distribution of features characterized by its mean and covariance.

Expand Down

0 comments on commit fd67ee5

Please sign in to comment.