OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shrinkage
(Results
1 - 9
of
9
) sorted by null
/external/opencv3/modules/ml/src/
gbt.cpp
20
shrinkage
= 0.01f;
32
shrinkage
= _shrinkage;
392
params.
shrinkage
* res;
598
params.
shrinkage
* value;
644
float val = params.
shrinkage
* value;
842
sum[i] += params.
shrinkage
* p;
897
const float
shrinkage
;
903
Tree_predictor() : weak(0), sum(0), k(0), sample(0), missing(0),
shrinkage
(1.0f) {}
907
missing(_missing),
shrinkage
(_shrinkage)
912
missing(p.missing),
shrinkage
(p.shrinkage
[
all
...]
/external/opencv3/modules/ml/test/
test_gbttest.cpp
83
float
shrinkage
= 0.1f;
137
shrinkage
, subsample_portion,
/external/opencv3/apps/traincascade/
old_ml.hpp
1231
CV_PROP_RW float
shrinkage
;
member in struct:CvGBTreesParams
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
panic.go
434
// trigger
shrinkage
to test stack copy. See stack_test.go:TestStackPanic
/prebuilts/go/linux-x86/src/runtime/
panic.go
434
// trigger
shrinkage
to test stack copy. See stack_test.go:TestStackPanic
/prebuilts/go/darwin-x86/src/bytes/
bytes_test.go
760
// Run a couple of awful growth/
shrinkage
tests
/prebuilts/go/darwin-x86/src/strings/
strings_test.go
440
// Run a couple of awful growth/
shrinkage
tests
/prebuilts/go/linux-x86/src/bytes/
bytes_test.go
760
// Run a couple of awful growth/
shrinkage
tests
/prebuilts/go/linux-x86/src/strings/
strings_test.go
440
// Run a couple of awful growth/
shrinkage
tests
Completed in 3559 milliseconds