Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealGremlin authored Jan 7, 2024
1 parent 9ec2d2f commit 2efc320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eXNN/visualization/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _plot(embedding, labels):
def reduce_dim(
data: torch.Tensor,
mode: str,
out_dim=3,
out_dim=2,
neighbors=20,
) -> np.ndarray:
"""This function reduces data dimensionality to 2 dimensions.
Expand Down

0 comments on commit 2efc320

Please sign in to comment.