Home
last modified time | relevance | path

Searched refs:minority (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/dports/graphics/qgis/qgis-3.22.3/resources/function_help/json/
H A Dminority2 "name": "minority",
5 …"description": "Returns the aggregate minority of values (least occurring value) from a field or e…
12 …{ "expression":"minority(\"class\",group_by:=\"state\")", "returns":"least occurring class value, …
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/function_help/json/
H A Dminority2 "name": "minority",
5 …"description": "Returns the aggregate minority of values (least occurring value) from a field or e…
12 …{ "expression":"minority(\"class\",group_by:=\"state\")", "returns":"least occurring class value, …
/dports/finance/R-cran-AER/AER/man/
H A DBankWages.Rd17 \item{minority}{Factor. Is the employee member of a minority?}
48 fm_mnl <- multinom(job ~ education + minority, data = BankWages,
55 fm_mlogit <- mlogit(job ~ 1 | education + minority, data = BankWages,
/dports/devel/etcd31/etcd-3.1.20/integration/
H A Dnetwork_partition_test.go33 minority := []int{leadIndex, (leadIndex + 1) % 5}
36 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
68 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
71 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/devel/etcd32/etcd-3.2.32/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/devel/etcd33/etcd-3.3.23/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/devel/etcd34/etcd-3.4.18/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/www/minio-client/etcd-3.5.0/tests/integration/
H A Dnetwork_partition_test.go32 minority := []int{leadIndex, (leadIndex + 1) % 5}
35 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
81 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
84 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/integration/
H A Dnetwork_partition_test.go34 minority := []int{leadIndex, (leadIndex + 1) % 5}
37 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
83 minority := []int{(leadIndex + 3) % 5, (leadIndex + 4) % 5}
86 minorityMembers := getMembersByIndexSlice(clus.cluster, minority)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/Documentation/op-guide/
H A Dfailures.md33 …r majority and the other with a member minority. The majority side becomes the available cluster a…
35 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
37 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/Documentation/op-guide/
H A Dfailures.md31 …r majority and the other with a member minority. The majority side becomes the available cluster a…
33 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
35 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/Documentation/op-guide/
H A Dfailures.md33 …r majority and the other with a member minority. The majority side becomes the available cluster a…
35 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
37 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/devel/etcd32/etcd-3.2.32/Documentation/op-guide/
H A Dfailures.md33 …r majority and the other with a member minority. The majority side becomes the available cluster a…
35 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
37 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/devel/etcd33/etcd-3.3.23/Documentation/op-guide/
H A Dfailures.md33 …r majority and the other with a member minority. The majority side becomes the available cluster a…
35 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
37 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/Documentation/op-guide/
H A Dfailures.md33 …r majority and the other with a member minority. The majority side becomes the available cluster a…
35 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
37 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/devel/etcd31/etcd-3.1.20/Documentation/op-guide/
H A Dfailures.md31 …r majority and the other with a member minority. The majority side becomes the available cluster a…
33 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
35 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/devel/etcd34/etcd-3.4.18/Documentation/op-guide/
H A Dfailures.md33 …r majority and the other with a member minority. The majority side becomes the available cluster a…
35 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
37 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/Documentation/op-guide/
H A Dfailures.md33 …r majority and the other with a member minority. The majority side becomes the available cluster a…
35 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
37 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/Documentation/op-guide/
H A Dfailures.md33 …r majority and the other with a member minority. The majority side becomes the available cluster a…
35 …he failure is a minority follower failure. If the leader is on the minority side, then it is a lea…
37 Once the network partition clears, the minority side automatically recognizes the leader from the m…
/dports/devel/R-cran-caret/caret/man/
H A DdownSample.Rd26 the same frequency as the minority class. \code{upSample} samples with
31 Note that the minority class data are left intact and that the samples will
35 samples are added to the minority classes with replacement.

12345678910>>...33