Home
last modified time | relevance | path

Searched refs:optimal (Results 1 – 25 of 108) sorted by relevance

12345

/external/opencv3/doc/tutorials/ml/introduction_to_svm/
Dintroduction_to_svm.markdown17 outputs an optimal hyperplane which categorizes new examples.
19 In which sense is the hyperplane obtained optimal? Let's consider the following simple problem:
40 **margin** within SVM's theory. Therefore, the optimal separating hyperplane *maximizes* the margin
43 ![](images/optimal-hyperplane.png)
45 How is the optimal hyperplane computed?
58 The optimal hyperplane can be represented in an infinite number of different ways by
92 the weight vector \f$\beta\f$ and the bias \f$\beta_{0}\f$ of the optimal hyperplane.
144 less number of steps even if the optimal hyperplane has not been computed yet. This
178 optimal separating hyperplane.
/external/llvm/test/CodeGen/PowerPC/
Dconstants.ll1 ; All of these routines should be perform optimal load of constants.
Dmachine-combiner.ll65 ; Verify that we reassociate some of these ops. The optimal balanced tree of adds is not
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt18 there are two reasons that optimal system performance may be obtained by a
23 optimal performance in all cases, because applications have varying dynamic
/external/autotest/
DPRESUBMIT.cfg15 # computing optimal -r options based on PRESUBMIT_FILES.
/external/glide/third_party/gif_encoder/
DLICENSE14 "Kohonen neural networks for optimal colour quantization" in "Network:
/external/llvm/test/CodeGen/SPARC/
Dfloat-constants.ll3 ; TODO: actually fix the codegen to be optimal. At least we don't
/external/opencv3/doc/tutorials/core/discrete_fourier_transform/
Ddiscrete_fourier_transform.markdown52 -# **Expand the image to an optimal size**. The performance of a DFT is dependent of the image
56 optimal size and we can use the @ref cv::copyMakeBorder() function to expand the borders of an
59 Mat padded; //expand input image to optimal size
/external/llvm/test/CodeGen/X86/
Dbuildvec-insertvec.ll23 ; TODO: the codegen for function 'test_negative_zero_1' is sub-optimal.
Dswizzle-avx2.ll8 ; illegal shuffle that is expanded into a sub-optimal sequence of instructions
/external/llvm/docs/
DPackaging.rst12 break things for constrained platforms. These settings are not optimal for most
/external/llvm/test/MC/MachO/
Dx86_32-optimal_nop.s153 # Only the .text sections gets optimal nops.
/external/autotest/client/profilers/powertop/src/
DREADME13 as a result the behavior is sometimes far from optimal, and a lot of
/external/v8/src/compiler/
Dgreedy-allocator.cc610 LifetimePosition optimal = FindOptimalSplitPos(previous, pos->pos()); in GetLastResortSplitPosition() local
612 GetSplitPositionForInstruction(range, optimal.ToInstructionIndex()); in GetLastResortSplitPosition()
/external/libvorbis/doc/
DVorbis_I_spec.tex45 % left to the typesetting engine to place them in the "optimal" spot. These
/external/llvm/test/CodeGen/AMDGPU/
Dstore.ll36 ; XXX: An optimal scheduler should merge this into one of the prevous IGs.
69 ; XXX: An optimal scheduler should merge this into one of the prevous IGs.
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface141 that looks best but other sub-optimal resolutions may be supported.
340 EGL_OPTIMAL_MESA Set if the most is especially optimal for the
377 EGL_OPTIMAL_MESA 1 indicates an optimal mode, 0 otherwise
/external/glide/
DLICENSE83 "Kohonen neural networks for optimal colour quantization" in "Network:
/external/llvm/test/CodeGen/ARM/
Dreturned-ext.ll111 ; Since there doesn't seem to be an unambiguous optimal selection and
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dcoding_style.txt69 To iterate, use the following idiom from LLVM, which is optimal, unless end() is trivial:
/external/lz4/
Dlz4_block_format.txt115 or full optimal parsing.
/external/opencv3/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/
Dpy_fourier_transform.markdown179 the array to any optimal size (by padding zeros) before finding DFT. For OpenCV, you have to
183 So how do we find this optimal size ? OpenCV provides a function, **cv2.getOptimalDFTSize()** for
/external/webrtc/talk/app/webrtc/objctests/
DRTCPeerConnectionSyncObserver.m145 // polling is not optimal.
/external/opencv3/doc/tutorials/imgproc/imgtrans/canny_detector/
Dcanny_detector.markdown15 *optimal detector*, Canny algorithm aims to satisfy three main criteria:
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/
Dpy_features_harris.markdown90 # Threshold for an optimal value, it may vary depending on the image.

12345