Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hyungkwonko/umato
Browse files Browse the repository at this point in the history
  • Loading branch information
hj-n committed Apr 3, 2023
2 parents 9a09e6f + 223b358 commit 0d2c0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class UMATO(BaseEstimator):
def __init__(
self,
n_neighbors=50,
min_dist=0.1,
min_dist=0.1,
n_components=2,
hub_num=300,
metric="euclidean",
Expand All @@ -64,7 +64,7 @@ class UMATO(BaseEstimator):
random_state=None,
angular_rp_forest=False,
init="pca",
verbose=False
verbose=False
):

```
Expand Down

0 comments on commit 0d2c0c6

Please sign in to comment.