@@ -496,7 +496,7 @@ class AgglomerativeClustering(BaseEstimator, ClusterMixin):
496
496
The number of clusters to find.
497
497
498
498
connectivity : sparse matrix (optional)
499
- Connectivity matrix. Defines for each sample the neigbhoring
499
+ Connectivity matrix. Defines for each sample the neighboring
500
500
samples following a given structure of the data.
501
501
Default is None, i.e, the hierarchical clustering algorithm is
502
502
unstructured.
@@ -650,7 +650,7 @@ class Ward(AgglomerativeClustering):
650
650
The number of clusters to find.
651
651
652
652
connectivity : sparse matrix (optional)
653
- Connectivity matrix. Defines for each sample the neigbhoring
653
+ Connectivity matrix. Defines for each sample the neighboring
654
654
samples following a given structure of the data.
655
655
Default is None, i.e, the hierarchical clustering algorithm is
656
656
unstructured.
@@ -720,7 +720,7 @@ class WardAgglomeration(AgglomerationTransform, Ward):
720
720
The number of clusters.
721
721
722
722
connectivity : sparse matrix
723
- connectivity matrix. Defines for each feature the neigbhoring
723
+ connectivity matrix. Defines for each feature the neighboring
724
724
features following a given structure of the data.
725
725
Default is None, i.e, the hierarchical agglomeration algorithm is
726
726
unstructured.
0 commit comments