You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_modules/idpet/dimensionality_reduction.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ <h1>Source code for idpet.dimensionality_reduction</h1><div class="highlight"><p
304
304
<spanclass="sd"> metric : str, optional</span>
305
305
<spanclass="sd"> The metric to use for distance calculation. Default is 'euclidean'.</span>
306
306
<spanclass="sd"> range_n_clusters : range or List, optional</span>
307
-
<spanclass="sd">Range of cluster values to consider for silhouette scoring. Default is range(2, 10, 1).</span>
307
+
<spanclass="sd">Highly disordered ensembles typically do not form more than ~10 distinct, visually separable clusters. Therefore, exploring more than 10 clusters is usually unnecessary. But users can modify this parameter based on their specific datasets and research questions. Default is range(2, 10, 1).</span>
<spanclass="sd">Range of cluster values. Default is range(2, 10, 1).</span>
497
+
<spanclass="sd">Highly disordered ensembles typically do not form more than ~10 distinct, visually separable clusters. Therefore, exploring more than 10 clusters is usually unnecessary. But users can modify this parameter based on their specific datasets and research questions. Default is range(2, 10, 1).</span>
<spanclass="sd">Range of cluster values. Default is range(2, 10, 1).</span>
514
+
<spanclass="sd">Highly disordered ensembles typically do not form more than ~10 distinct, visually separable clusters. Therefore, exploring more than 10 clusters is usually unnecessary. But users can modify this parameter based on their specific datasets and research questions. Default is range(2, 10, 1).</span>
<dt>range_n_clusters<spanclass="classifier">List[int], optional</span></dt><dd><p>Range of cluster values. Default is range(2, 10, 1).</p>
439
+
<dt>range_n_clusters<spanclass="classifier">List[int], optional</span></dt><dd><p>Highly disordered ensembles typically do not form more than ~10 distinct, visually separable clusters. Therefore, exploring more than 10 clusters is usually unnecessary. But users can modify this parameter based on their specific datasets and research questions. Default is range(2, 10, 1).</p>
<dt>range_n_clusters<spanclass="classifier">List[int], optional</span></dt><dd><p>Range of cluster values. Default is range(2, 10, 1).</p>
485
+
<dt>range_n_clusters<spanclass="classifier">List[int], optional</span></dt><dd><p>Highly disordered ensembles typically do not form more than ~10 distinct, visually separable clusters. Therefore, exploring more than 10 clusters is usually unnecessary. But users can modify this parameter based on their specific datasets and research questions. Default is range(2, 10, 1).</p>
Copy file name to clipboardExpand all lines: docs/idpet.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -270,8 +270,8 @@ <h3>Parameters<a class="headerlink" href="#parameters" title="Permalink to this
270
270
above features.</p>
271
271
</dd>
272
272
<dt>bootstrap_iters: int, optional</dt><dd><p>Number of bootstrap iterations. By default its value is None. In
273
-
this case, IDPET will directly compare each pair of ensemble $i$ and
274
-
$j$ by using all of their conformers and perform the comparison only
273
+
this case, IDPET will directly compare each pair of ensemble <em>i</em> and
274
+
<em>j</em> by using all of their conformers and perform the comparison only
275
275
once. On the other hand, if providing an integer value to this
276
276
argument, each pair of ensembles <em>i</em> and <em>j</em> will be compared
277
277
<cite>bootstrap_iters</cite> times by randomly selecting (bootstrapping)
@@ -1279,7 +1279,7 @@ <h3>Parameters<a class="headerlink" href="#id66" title="Permalink to this headin
1279
1279
</dd>
1280
1280
<dt>metric<spanclass="classifier">str, optional</span></dt><dd><p>The metric to use for distance calculation. Default is ‘euclidean’.</p>
1281
1281
</dd>
1282
-
<dt>range_n_clusters<spanclass="classifier">range or List, optional</span></dt><dd><p>Range of cluster values to consider for silhouette scoring. Default is range(2, 10, 1).</p>
1282
+
<dt>range_n_clusters<spanclass="classifier">range or List, optional</span></dt><dd><p>Highly disordered ensembles typically do not form more than ~10 distinct, visually separable clusters. Therefore, exploring more than 10 clusters is usually unnecessary. But users can modify this parameter based on their specific datasets and research questions. Default is range(2, 10, 1).</p>
1283
1283
</dd>
1284
1284
<dt>random_state<spanclass="classifier">int, optional</span></dt><dd><p>Random state of the UMAP implementation.</p>
<dt>range_n_clusters<spanclass="classifier">List[int], optional</span></dt><dd><p>Range of cluster values. Default is range(2, 10, 1).</p>
1929
+
<dt>range_n_clusters<spanclass="classifier">List[int], optional</span></dt><dd><p>Highly disordered ensembles typically do not form more than ~10 distinct, visually separable clusters. Therefore, exploring more than 10 clusters is usually unnecessary. But users can modify this parameter based on their specific datasets and research questions. Default is range(2, 10, 1).</p>
<dt>range_n_clusters<spanclass="classifier">List[int], optional</span></dt><dd><p>Range of cluster values. Default is range(2, 10, 1).</p>
1975
+
<dt>range_n_clusters<spanclass="classifier">List[int], optional</span></dt><dd><p>Highly disordered ensembles typically do not form more than ~10 distinct, visually separable clusters. Therefore, exploring more than 10 clusters is usually unnecessary. But users can modify this parameter based on their specific datasets and research questions. Default is range(2, 10, 1).</p>
0 commit comments