Skip to content

Commit

Permalink
README: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Jan 29, 2018
1 parent 3f8316d commit dabc8d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ emd_samples()
- ``distance`` *(string or function)*: A string or function implementing
a metric on a 1D ``np.ndarray``. Defaults to the Euclidean distance. Currently
limited to 'euclidean' or your own function, which must take a 1D array and
return a square 2D array of pairwise distances. - ``normalized`` (boolean): If
true, treat histograms as fractions of the dataset. If false, treat histograms
as counts. In the latter case the EMD will vary greatly by array length.
return a square 2D array of pairwise distances.
- ``normalized`` (*boolean*): If true (default), treat histograms as fractions
of the dataset. If false, treat histograms as counts. In the latter case the
EMD will vary greatly by array length.
Expand Down

0 comments on commit dabc8d9

Please sign in to comment.