Home
last modified time | relevance | path

Searched refs:clusters (Results 1 – 25 of 40) sorted by relevance

12

/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/
DSpace.php128 $clusters = $this->initializeClusters($nbClusters, $initMethod);
131 if (count($clusters) == 1) {
132 return $clusters;
138 $iterationCallback($this, $clusters);
140 } while ($this->iterate($clusters));
143 return $clusters;
154 $clusters = $this->initializeRandomClusters($nbClusters);
159 $clusters = $this->initializeKmeansPlusPlusClusters($nbClusters);
168 $clusters[0]->attachAll($this);
170 return $clusters;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
DListScreenshotClustersResponse.php29 public function setClusters($clusters) argument
31 $this->clusters = $clusters;
38 return $this->clusters;
DListStepAccessibilityClustersResponse.php33 public function setClusters($clusters) argument
35 $this->clusters = $clusters;
42 return $this->clusters;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DListClustersResponse.php33 public function setClusters($clusters) argument
35 $this->clusters = $clusters;
42 return $this->clusters;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
DListClustersResponse.php33 public function setClusters($clusters) argument
35 $this->clusters = $clusters;
42 return $this->clusters;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DClusteringMetrics.php31 public function setClusters($clusters) argument
33 $this->clusters = $clusters;
40 return $this->clusters;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
DListClustersResponse.php37 public function setClusters($clusters) argument
39 $this->clusters = $clusters;
46 return $this->clusters;
DCreateInstanceRequest.php38 public function setClusters($clusters) argument
40 $this->clusters = $clusters;
47 return $this->clusters;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DDiscoveryclusters.php37 public function setClusters($clusters) argument
39 $this->clusters = $clusters;
46 return $this->clusters;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DContainer.php132 'clusters',
146 'path' => 'v1/{+parent}/clusters',
210 'path' => 'v1/{+parent}/clusters',
607 'clusters',
611 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons',
631 … 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation',
651 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
666 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
690 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
714 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac',
[all …]
DDataproc.php461 'clusters',
465 'path' => 'v1/projects/{projectId}/regions/{region}/clusters',
488 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}',
516 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose',
536 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}',
586 'path' => 'v1/projects/{projectId}/regions/{region}/clusters',
613 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}',
645 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair',
675 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:start',
695 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:stop',
DBigtableAdmin.php362 'clusters',
366 'path' => 'v2/{+parent}/clusters',
400 'path' => 'v2/{+parent}/clusters',
DAndroidEnterprise.php1044 … 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}',
1064 … 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}',
1084 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters',
1099 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters',
1114 … 'androidenterprise/v1/enterprises/{enterpriseId}/storeLayout/pages/{pageId}/clusters/{clusterId}',
DToolResults.php259 'clusters',
263 …/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/clusters/{clusterId}',
288 …'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/clusters',
/plugin/aichat/db/
Dupdate0003.sql4 DROP TABLE clusters;
5 CREATE TABLE clusters table
12 CREATE INDEX clusters_lang_idx ON clusters (lang);
Dupdate0002.sql1 CREATE TABLE clusters table
8 ALTER TABLE embeddings ADD COLUMN cluster INTEGER REFERENCES clusters(cluster);
/plugin/aichat/vendor/bdelespierre/php-kmeans/
DREADME.md47 // cluster these 50 points in 3 clusters
48 $clusters = $space->solve(3);
51 foreach ($clusters as $num => $cluster) {
130 $clusters = $space->solve(3, function($space, $clusters) {
135 foreach ($clusters as $i => $cluster) {
Ddemo.php28 $clusters = $space->solve(3); variable
31 foreach ($clusters as $num => $cluster) {
/plugin/aichat/Storage/
DSQLiteStorage.php183 $clusters = $this->db->queryKeyValueList($query);
189 'clusters' => $clusters,
291 $clusters = $space->solve($clustercount, function ($space, $clusters) {
295 $clustercounts = implode(',', array_map('count', $clusters));
303 foreach ($clusters as $cluster) {
311 …s->logger) $this->logger->success('Created {clusters} clusters', ['clusters' => count($clusters)]);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417.php145 protected $clusters = array( variable in jucksearm\\barcode\\lib\\PDF417
671 $row .= sprintf('%17b', $this->clusters[$cid][$L]);
674 $row .= sprintf('%17b', $this->clusters[$cid][$codewords[$k]]);
692 $row .= sprintf('%17b', $this->clusters[$cid][$L]);
/plugin/mizarverifiabledocs/src/
H A Dmizar.grammar59 "clusters" |
/plugin/schedule/lib/
DscheduleCitiesMap.js367 var clusters = new ol.source.Cluster({
373 source: clusters,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DDataFrameTransformDeprecatedNamespace.asciidoc58 …ted fields. Allows transform configurations to be easily copied between clusters and within the sa…
DClusterNamespace.asciidoc121 $params['include_defaults'] = (boolean) Whether to return all default clusters setting. (Default = …
/plugin/bible/bible_douayRheims/
DCanticles.txt96 7:7. Thy stature is like to a palm tree, and thy breasts to clusters of grapes.
97 …nd will take hold of the fruit thereof: and thy breasts shall be as the clusters of the vine: and …

12