OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outliers
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.h
24
* @param timeCount length of array - on return, how many remain after throwing out
outliers
sieve.cpp
121
/* Throw out
outliers
*/
138
/* if we removed any
outliers
, recalculate iqr */
/external/chromium_org/ash/
keyboard_uma_event_filter.cc
13
// These keystrokes are dropped to avoid recording
outliers
, as well as pauses
/cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/
SimpleCpuTest.java
106
Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + "
outliers
");
128
Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + "
outliers
");
/external/chromium_org/third_party/smhasher/src/
SpeedTest.cpp
12
// contaminated with occasional
outliers
due to cache misses, thread
13
// preemption, etcetera. To filter out the
outliers
, we search for the largest
93
//
outliers
.
115
//
outliers
. I'm not positive this works correctly in all cases.
/cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
BandwidthTest.java
176
Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + "
outliers
");
209
Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + "
outliers
");
/external/ceres-solver/docs/source/
features.rst
31
involve data. If there is data, there will be
outliers
. Ceres
33
functions to reduce the influence of
outliers
.
tutorial.rst
45
a scalar function that is used to reduce the influence of
outliers
on
554
Now suppose the data we are given has some
outliers
, i.e., we have
564
To deal with
outliers
, a standard technique is to use a
567
outliers
. To associate a loss function in a residual block, we change
589
Using :class:`LossFunction` to reduce the effect of
outliers
on a
/cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
InstallTimeTest.java
97
Log.w(TAG, "rejecting " + (result.length - stat.mDataCount) + "
outliers
");
/external/chromium_org/ash/display/
display_layout.cc
19
// The maximum value for 'offset' in DisplayLayout in case of
outliers
. Need
/external/chromium_org/third_party/opus/src/silk/
HP_variable_cutoff.c
65
/* limit delta, to reduce impact of
outliers
in pitch estimation */
/external/libopus/silk/
HP_variable_cutoff.c
65
/* limit delta, to reduce impact of
outliers
in pitch estimation */
/pdk/apps/CameraITS/tests/scene1/
test_exposure.py
78
# crazy
outliers
. Also ensure that the images aren't clamped to 0 or 1
/external/ceres-solver/include/ceres/
loss_function.h
36
// For least squares problem where there are no
outliers
and standard
42
// input terms that contain
outliers
, that is, completely bogus
333
// performing estimation from data which has substantial
outliers
,
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js
42
ui.html.checkbox('showOutliers', 'Show
outliers
', g_history.dashboardSpecificState.showOutliers) +
131
// FIXME: Find a better way to exclude
outliers
. This is just so we exclude
/external/ceres-solver/examples/
circle_fit.cc
98
// robust fits when there are
outliers
. This is because the cost surface is
/external/ceres-solver/internal/ceres/
c_api_test.cc
187
// Create two
outliers
, but be careful to leave the data intact.
/external/harfbuzz_ng/src/
gen-indic-table.py
62
# Move the
outliers
NO-BREAK SPACE and DOTTED CIRCLE out
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c
290
* -- sometimes we get
outliers
(due IRQs perhaps?) which are
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_estimator.cc
326
// stuck and consider all samples as
outliers
.
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c
290
* -- sometimes we get
outliers
(due IRQs perhaps?) which are
/external/opencv/ml/src/
_ml.h
261
/* Fills the <labels> using <probs> by choosing the maximal probability.
Outliers
are
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
system_delay_unittest.cc
172
// disturbances like drift, data glitches, toggling events and
outliers
.
421
// delay is unaffected by large
outliers
.
/development/perftests/panorama/feature_stab/db_vlvm/
db_metrics.h
322
// remove the
outliers
whose projection error is larger than pre-defined
/development/perftests/panorama/feature_stab/src/dbreg/
dbreg.cpp
589
// select the
outliers
of the current model:
Completed in 1459 milliseconds
1
2
3