| /plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/ |
| D | Space.php | 128 $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/ |
| D | ListScreenshotClustersResponse.php | 29 public function setClusters($clusters) argument 31 $this->clusters = $clusters; 38 return $this->clusters;
|
| D | ListStepAccessibilityClustersResponse.php | 33 public function setClusters($clusters) argument 35 $this->clusters = $clusters; 42 return $this->clusters;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
| D | ListClustersResponse.php | 33 public function setClusters($clusters) argument 35 $this->clusters = $clusters; 42 return $this->clusters;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
| D | ListClustersResponse.php | 33 public function setClusters($clusters) argument 35 $this->clusters = $clusters; 42 return $this->clusters;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
| D | ClusteringMetrics.php | 31 public function setClusters($clusters) argument 33 $this->clusters = $clusters; 40 return $this->clusters;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/ |
| D | ListClustersResponse.php | 37 public function setClusters($clusters) argument 39 $this->clusters = $clusters; 46 return $this->clusters;
|
| D | CreateInstanceRequest.php | 38 public function setClusters($clusters) argument 40 $this->clusters = $clusters; 47 return $this->clusters;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
| D | Discoveryclusters.php | 37 public function setClusters($clusters) argument 39 $this->clusters = $clusters; 46 return $this->clusters;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Container.php | 132 '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 …]
|
| D | Dataproc.php | 461 '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',
|
| D | BigtableAdmin.php | 362 'clusters', 366 'path' => 'v2/{+parent}/clusters', 400 'path' => 'v2/{+parent}/clusters',
|
| D | AndroidEnterprise.php | 1044 … '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}',
|
| D | ToolResults.php | 259 'clusters', 263 …/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/clusters/{clusterId}', 288 …'toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/clusters',
|
| /plugin/aichat/db/ |
| D | update0003.sql | 4 DROP TABLE clusters; 5 CREATE TABLE clusters table 12 CREATE INDEX clusters_lang_idx ON clusters (lang);
|
| D | update0002.sql | 1 CREATE TABLE clusters table 8 ALTER TABLE embeddings ADD COLUMN cluster INTEGER REFERENCES clusters(cluster);
|
| /plugin/aichat/vendor/bdelespierre/php-kmeans/ |
| D | README.md | 47 // 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) {
|
| D | demo.php | 28 $clusters = $space->solve(3); variable 31 foreach ($clusters as $num => $cluster) {
|
| /plugin/aichat/Storage/ |
| D | SQLiteStorage.php | 183 $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/ |
| D | PDF417.php | 145 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 D | mizar.grammar | 59 "clusters" |
|
| /plugin/schedule/lib/ |
| D | scheduleCitiesMap.js | 367 var clusters = new ol.source.Cluster({ 373 source: clusters,
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | DataFrameTransformDeprecatedNamespace.asciidoc | 58 …ted fields. Allows transform configurations to be easily copied between clusters and within the sa…
|
| D | ClusterNamespace.asciidoc | 121 $params['include_defaults'] = (boolean) Whether to return all default clusters setting. (Default = …
|
| /plugin/bible/bible_douayRheims/ |
| D | Canticles.txt | 96 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 …
|