Home
last modified time | relevance | path

Searched refs:currentCluster (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/discovery/file/
H A Dfile.go56 currentCluster := kubeconfigutil.GetClusterFromKubeConfig(config)
57 if currentCluster == nil {
65 if err := kubeconfigutil.EnsureCertificateAuthorityIsEmbedded(currentCluster); err != nil {
85 currentCluster.Server,
88 currentCluster.CertificateAuthorityData,
99 …iscovery] Created cluster-info discovery client, requesting info from %q\n", currentCluster.Server)
135 currentCluster.Server = refreshedCluster.Server
136 currentCluster.CertificateAuthorityData = refreshedCluster.CertificateAuthorityData
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Donedimensionalcluster.cpp99 OneDimensionalCluster currentCluster = workingList.at(i); in reduceOneDimensionalClusterList() local
102 if ((nextCluster.mean() - currentCluster.mean()) < maximumDistance) in reduceOneDimensionalClusterList()
104 reducedList.append(currentCluster + nextCluster); in reduceOneDimensionalClusterList()
110 reducedList.append(currentCluster); in reduceOneDimensionalClusterList()
115 reducedList.append(currentCluster); in reduceOneDimensionalClusterList()
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/test/kubeconfig/
H A Dutil.go33 currentCluster := config.Clusters[currentContext.Cluster]
36 if currentCluster.Server != expectedAPIServerAddress {
37 …t.Errorf("kubeconfig.currentCluster.Server is [%s], expected [%s]", currentCluster.Server, expecte…
41 if len(currentCluster.CertificateAuthorityData) == 0 {
46 block, _ := pem.Decode(currentCluster.CertificateAuthorityData)
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/
H A DSNNClustering.java223 ModifiableDBIDs currentCluster = DBIDUtil.newArray(); in expandCluster() local
226 currentCluster.add(seed); in expandCluster()
230 currentCluster.add(seed); in expandCluster()
248 currentCluster.add(iter); in expandCluster()
259 … int numClusters = currentCluster.size() > minpts ? resultList.size() + 1 : resultList.size(); in expandCluster()
267 if(currentCluster.size() >= minpts) { in expandCluster()
268 resultList.add(currentCluster); in expandCluster()
271 noise.addDBIDs(currentCluster); in expandCluster()
H A DDBSCAN.java225 ModifiableDBIDs currentCluster = DBIDUtil.newArray(); in expandCluster() local
226 currentCluster.add(startObjectID); in expandCluster()
232 processNeighbors(neighbors.iter(), currentCluster, seeds); in expandCluster() local
240 processNeighbors(neighbors.iter(), currentCluster, seeds); in expandCluster() local
247 resultList.add(currentCluster); in expandCluster()
260 …private void processNeighbors(DoubleDBIDListIter neighbor, ModifiableDBIDs currentCluster, ArrayMo… in processNeighbors() argument
271 currentCluster.add(neighbor); in processNeighbors()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/dbscan/
H A Ddbscan_impl.hpp124 size_t currentCluster = 0; in Cluster() local
129 newAssignments[i] = currentCluster++; in Cluster()
138 Log::Info << currentCluster << " clusters found." << std::endl; in Cluster()
140 return currentCluster; in Cluster()
/dports/cad/openroad/OpenROAD-2.0/src/par/src/
H A DHypergraphDecomposition.cpp95 short currentCluster) in createHypergraph() argument
109 if (clusters[mapping] == currentCluster) { in createHypergraph()
121 if (clusters[mapping] == currentCluster) { in createHypergraph()
149 short currentCluster) in updateHypergraph() argument
167 if (clusters[mapping] == currentCluster) { in updateHypergraph()
H A DHypergraphDecomposition.h65 short currentCluster);
76 short currentCluster);
/dports/cad/sumo/sumo-1.2.0/src/netimport/vissim/tempstructs/
H A DNIVissimEdge.cpp194 std::vector<int> currentCluster; in buildConnectionClusters() local
209 currentCluster.push_back(*j); in buildConnectionClusters()
218 currentCluster.push_back(*(j + 1)); in buildConnectionClusters()
221 VectorHelper<int>::removeDouble(currentCluster); in buildConnectionClusters()
222 … edge->myConnectionClusters.push_back(new NIVissimConnectionCluster(currentCluster, -1, edgeid)); in buildConnectionClusters()
223 currentCluster.clear(); in buildConnectionClusters()
224 currentCluster.push_back(*(j + 1)); in buildConnectionClusters()
232 if (currentCluster.size() > 0) { in buildConnectionClusters()
233 VectorHelper<int>::removeDouble(currentCluster); in buildConnectionClusters()
234 … edge->myConnectionClusters.push_back(new NIVissimConnectionCluster(currentCluster, -1, edgeid)); in buildConnectionClusters()
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/phases/kubeconfig/
H A Dkubeconfig.go232 currentCluster := currentCtx.Cluster
233 if currentConfig.Clusters[currentCluster] == nil {
240 caCurrent := bytes.TrimSpace(currentConfig.Clusters[currentCluster].CertificateAuthorityData)
248 if currentConfig.Clusters[currentCluster].Server != config.Clusters[expectedCluster].Server {
250 …igFilePath, config.Clusters[expectedCluster].Server, currentConfig.Clusters[currentCluster].Server)
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmkmeansclustering.cpp342 int currentCluster = 0; in findNearest() local
351 currentCluster = cluster; in findNearest()
356 if ( point.cluster != currentCluster ) in findNearest()
359 point.cluster = currentCluster; in findNearest()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmkmeansclustering.cpp341 int currentCluster = 0; in findNearest() local
350 currentCluster = cluster; in findNearest()
355 if ( point.cluster != currentCluster ) in findNearest()
358 point.cluster = currentCluster; in findNearest()
/dports/math/ogdf/OGDF/src/ogdf/misclayout/
H A DCircularLayout.cpp1841 int currentCluster = 0; in assignClustersByBiconnectedComponents() local
1847 parentCluster[currentCluster] = -1; in assignClustersByBiconnectedComponents()
1848 C.m_clusterOf[cutVertexOf[centerBC]] = currentCluster; in assignClustersByBiconnectedComponents()
1853 Q.append(InfoAC(bBC,centerBC,cutVertexOf[centerBC],currentCluster)); in assignClustersByBiconnectedComponents()
1856 ++currentCluster; in assignClustersByBiconnectedComponents()
1892 C.m_clusterOf[*itV] = currentCluster; in assignClustersByBiconnectedComponents()
1894 parentCluster[currentCluster] = info.m_parentCluster; in assignClustersByBiconnectedComponents()
1906 Q.append(InfoAC(bBC,wBC,cutVertexOf[wBC],currentCluster)); in assignClustersByBiconnectedComponents()
1910 ++currentCluster; in assignClustersByBiconnectedComponents()
1913 C.initCluster(currentCluster,parentCluster); in assignClustersByBiconnectedComponents()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/kmeans/
H A DKMedoidsPark.java242 final int current = currentCluster(clusters, iditer); in assignToNearestCluster()
286 protected int currentCluster(List<? extends ModifiableDBIDs> clusters, DBIDRef id) { in currentCluster() method in KMedoidsPark
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/backends/
H A Dbackendgooglemaps.cpp839 const GeoIfaceCluster& currentCluster = s->clusterList.at(currentIndex); in updateClusters() local
843 .arg(currentCluster.coordinates.latString()) in updateClusters()
844 .arg(currentCluster.coordinates.lonString()) in updateClusters()
846 .arg(currentCluster.markerCount) in updateClusters()
847 .arg(currentCluster.markerSelectedCount) in updateClusters()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/widgets/
H A Dmapwidget.cpp1485 const GeoIfaceCluster currentCluster = s->clusterList.at(clusterIndex); in slotClustersClicked() local
1487 for (int j = 0 ; j < currentCluster.tileIndicesList.count() ; ++j) in slotClustersClicked()
1489 const TileIndex& currentTileIndex = currentCluster.tileIndicesList.at(j); in slotClustersClicked()
1577 const GeoIfaceCluster currentCluster = s->clusterList.at(clusterIndex); in slotClustersClicked() local
1578 const TileIndex::List tileIndices = currentCluster.tileIndicesList; in slotClustersClicked()
1587 clickInfo.groupSelectionState = currentCluster.groupState; in slotClustersClicked()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/videofilters/
H A Dmkv.c998 …ster *header, *segment, *cluster, *info, *tracks, *metaSeek, *cues, *firstCluster, *currentCluster; member
1240 obj->currentCluster = NULL; in matroska_close_file()