Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTov committed Sep 27, 2023
1 parent ca30b41 commit d65fdbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion znnl/data/decision_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def circle(data: onp.ndarray, radius: float = 0.25):
Create a circular classification problem.
For simplicity, assume the points inside the circle are
class 0 and outside are class 1.
class 0 and outside are class 1. Circle sits in the middle
of the box. It is assumed that data is in the range [0, 1].
Parameters
----------
Expand Down

0 comments on commit d65fdbb

Please sign in to comment.