Home
last modified time | relevance | path

Searched defs:Scores (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/objectdet/
H A Dstruct_scores.go19 type Scores struct { struct
20 Score []float64 `json:"Score" xml:"Score"`
/dports/math/octave-forge-ga/ga-0.10.2/inst/
H A D__ga_scores__.m31 Scores = (problem.fitnessfcn (Population))(1:nrP, 1); variable
41 Scores = tmp(1:nrP, 1); variable
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/facebody/
H A Dstruct_scores.go19 type Scores struct { struct
20 Score []float64 `json:"Score" xml:"Score"`
/dports/biology/diamond/diamond-2.0.13/src/stats/
H A Dscore_matrix.h206 struct Scores struct
208 Scores() {} in Scores() function
211 const unsigned n = value_traits.alphabet_size;
212 for (unsigned i = 0; i < 32; ++i)
213 for (unsigned j = 0; j < 32; ++j) {
214 const unsigned j2 = j % modulo + offset;
223 for (int i = 0; i < 20; ++i) {
224 for (int j = 0; j < 20; ++j)
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/usersguide/
H A Dtallies.rst73 Scores section in Specifying Tallies
322 .. _usersguide_tally_normalization:
/dports/science/openmc/openmc-0.12.2/docs/source/usersguide/
H A Dtallies.rst73 Scores section in Specifying Tallies
322 .. _usersguide_tally_normalization:
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/emst/
H A Ddtb_rules.hpp96 size_t Scores() const { return scores; } in Scores() function in mlpack::emst::DTBRules
98 size_t& Scores() { return scores; } in Scores() function in mlpack::emst::DTBRules
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/
H A DCodeComplete.h166 struct Scores { struct
168 float Total = 0.f;
174 float ExcludingName = 0.f;
181 float Quality = 0.f;
184 float Relevance = 0.f;
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/kmeans/
H A Ddual_tree_kmeans_rules.hpp55 size_t Scores() const { return scores; } in Scores() function in mlpack::kmeans::DualTreeKMeansRules
56 size_t& Scores() { return scores; } in Scores() function in mlpack::kmeans::DualTreeKMeansRules
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DCodeComplete.h186 struct Scores { struct
188 float Total = 0.f;
194 float ExcludingName = 0.f;
201 float Quality = 0.f;
204 float Relevance = 0.f;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DCodeComplete.h186 struct Scores { struct
188 float Total = 0.f;
194 float ExcludingName = 0.f;
201 float Quality = 0.f;
204 float Relevance = 0.f;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DCodeComplete.h187 struct Scores { struct
189 float Total = 0.f;
195 float ExcludingName = 0.f;
202 float Quality = 0.f;
205 float Relevance = 0.f;
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/fastmks/
H A Dfastmks_rules.hpp118 size_t Scores() const { return scores; } in Scores() function in mlpack::fastmks::FastMKSRules
120 size_t& Scores() { return scores; } in Scores() function in mlpack::fastmks::FastMKSRules
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/neighbor_search/
H A Dneighbor_search_rules.hpp148 size_t Scores() const { return scores; } in Scores() function in mlpack::neighbor::NeighborSearchRules
150 size_t& Scores() { return scores; } in Scores() function in mlpack::neighbor::NeighborSearchRules
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DCodeComplete.h205 struct Scores { struct
207 float Total = 0.f;
213 float ExcludingName = 0.f;
220 float Quality = 0.f;
223 float Relevance = 0.f;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DCodeComplete.h205 struct Scores { struct
207 float Total = 0.f;
213 float ExcludingName = 0.f;
220 float Quality = 0.f;
223 float Relevance = 0.f;
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/golang.org/x/text/collate/build/
H A Dcolelem.go209 elems[j] = elems[j+1]
211 elems = elems[:len(elems)-1]
217 // nextWeight computes the first possible collation weights following elems
225 next := []rawCE{makeRawCE(elems[0].w, elems[0].ccc)}
227 if level < colltab.Secondary {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DCodeComplete.h228 struct Scores { struct
230 float Total = 0.f;
236 float ExcludingName = 0.f;
243 float Quality = 0.f;
246 float Relevance = 0.f;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DCodeComplete.h209 struct Scores { struct
211 float Total = 0.f;
217 float ExcludingName = 0.f;
224 float Quality = 0.f;
227 float Relevance = 0.f;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DCodeComplete.h209 struct Scores { struct
211 float Total = 0.f;
217 float ExcludingName = 0.f;
224 float Quality = 0.f;
227 float Relevance = 0.f;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DCodeComplete.h209 struct Scores { struct
211 float Total = 0.f;
217 float ExcludingName = 0.f;
224 float Quality = 0.f;
227 float Relevance = 0.f;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DCodeComplete.h209 struct Scores { struct
211 float Total = 0.f;
217 float ExcludingName = 0.f;
224 float Quality = 0.f;
227 float Relevance = 0.f;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DCodeComplete.h209 struct Scores { struct
211 float Total = 0.f;
217 float ExcludingName = 0.f;
224 float Quality = 0.f;
227 float Relevance = 0.f;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DCodeComplete.h209 struct Scores { struct
211 float Total = 0.f;
217 float ExcludingName = 0.f;
224 float Quality = 0.f;
227 float Relevance = 0.f;
/dports/multimedia/vmaf/vmaf-2.3.0/resource/doc/
H A Dcambi.md11 ## Scores section in CAMBI

12345678910>>...13