Skip to content

Commit

Permalink
Update bad docstring identation
Browse files Browse the repository at this point in the history
  • Loading branch information
ealcobaca committed Jul 2, 2020
1 parent bf61adf commit 20a6136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pymfe/complexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -1464,10 +1464,10 @@ def ft_n2(cls,
"""Ratio of intra and extra class nearest neighbor distance.
This measure computes the ratio of two sums:
(i) The sum of the distances between each example and its closest
neighborfrom the same class (intra-class); and
(ii) The sum of the distances between each example and its closest
neighbor fromanother class (extra-class)
- The sum of the distances between each example and its closest
neighborfrom the same class (intra-class); and
- The sum of the distances between each example and its closest
neighbor fromanother class (extra-class)
The average value of this measure is in [0, 1] range.
Expand Down

0 comments on commit 20a6136

Please sign in to comment.