We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31782d1 commit 6a9b3e1Copy full SHA for 6a9b3e1
data_structures/kd_tree/example/hypercube_points.py
@@ -8,9 +8,9 @@ def hypercube_points(
8
Generates random points uniformly distributed within an n-dimensional hypercube.
9
10
Args:
11
- num_points (int): Number of points to generate.
12
- hypercube_size (float): Size of the hypercube.
13
- num_dimensions (int): Number of dimensions of the hypercube.
+ num_points: Number of points to generate.
+ hypercube_size: Size of the hypercube.
+ num_dimensions: Number of dimensions of the hypercube.
14
15
Returns:
16
np.ndarray: An array of shape (num_points, num_dimensions)
0 commit comments