Skip to content

Commit fe32113

Browse files
committed
fix typo
1 parent 13b21fd commit fe32113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umap/umap_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ class UMAP(BaseEstimator):
14771477
* 'random': assign initial embedding positions at random.
14781478
* 'pca': use the first n_components from PCA applied to the
14791479
input data.
1480-
* 'twspectral': use a spectral embedding of the fuzzy
1480+
* 'tswspectral': use a spectral embedding of the fuzzy
14811481
1-skeleton, using a truncated singular value decomposition to
14821482
"warm" up the eigensolver. This is intended as an alternative
14831483
to the 'spectral' method, if that takes an excessively long

0 commit comments

Comments
 (0)