Skip to content

Commit

Permalink
kmeans
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Nov 26, 2024
1 parent 41cc6ad commit ca21383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/data_processors/circling_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CirclingDetector(ConfigReader):
Circling is detected as `present` when **the circular range of the animal is above the specied circular range threshold within the passed preceding time threshold** AND
**the movement of the animal (defined as the sum of the center movement) is above the specified movement threshold within the passed preceding time threshold.**
Circling is detected as :underline:`absent` when not present.
Circling is detected as `absent` when not present.
:param Union[str, os.PathLike] data_dir: Path to directory containing pose-estimated body-part data in CSV format.
:param Union[str, os.PathLike] config_path: Path to SimBA project config file.
Expand Down

0 comments on commit ca21383

Please sign in to comment.