/external/opencv3/modules/ml/src/ |
D | boost.cpp | 59 boostType = Boost::REAL; in BoostTreeParams() 94 if( bparams.boostType != Boost::DISCRETE ) in startTraining() 101 if( bparams.boostType == Boost::LOGIT ) in startTraining() 174 if( bparams.boostType == Boost::DISCRETE ) in calcValue() 178 else if( bparams.boostType == Boost::REAL ) in calcValue() 211 …int predictFlags = bparams.boostType == Boost::DISCRETE ? (PREDICT_MAX_VOTE | RAW_OUTPUT) : PREDIC… in updateWeightsAndTrim() 221 if( bparams.boostType == Boost::DISCRETE ) in updateWeightsAndTrim() 256 else if( bparams.boostType == Boost::REAL || bparams.boostType == Boost::GENTLE ) in updateWeightsAndTrim() 274 else if( bparams.boostType == Boost::LOGIT ) in updateWeightsAndTrim() 376 (bparams.boostType == Boost::DISCRETE ? "DiscreteAdaboost" : in writeTrainingParams() [all …]
|
/external/opencv3/modules/java/src/ |
D | ml+Boost.java | 11 public class Boost extends DTrees { class 13 protected Boost(long addr) { super(addr); } in Boost() method in Boost 112 public static Boost create() in create() 115 Boost retVal = new Boost(create_0()); in create()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 445 int Boost = 0; in calc_gf_params() local 524 Boost = GFQ_ADJUSTMENT; in calc_gf_params() 527 …Boost = Boost * gf_intra_usage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_frame_p… in calc_gf_params() 530 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100; in calc_gf_params() 540 Boost = Boost / 2; in calc_gf_params() 544 if (Boost > kf_gf_boost_qlimits[Q] && (cpi->pass == 0)) in calc_gf_params() 545 Boost = kf_gf_boost_qlimits[Q]; in calc_gf_params() 548 else if (Boost < 110) in calc_gf_params() 549 Boost = 110; in calc_gf_params() 552 cpi->last_boost = Boost; in calc_gf_params() [all …]
|
D | firstpass.c | 1958 int Boost; in define_gf_group() local 1982 Boost = (alt_boost * GFQ_ADJUSTMENT) / 100; in define_gf_group() 1984 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group() 1986 Boost += (i * 50); in define_gf_group() 1989 if (Boost > ((cpi->baseline_gf_interval + 1) * 200)) in define_gf_group() 1990 Boost = ((cpi->baseline_gf_interval + 1) * 200); in define_gf_group() 1991 else if (Boost < 125) in define_gf_group() 1992 Boost = 125; in define_gf_group() 1994 allocation_chunks = (i * 100) + Boost; in define_gf_group() 1997 while (Boost > 1000) in define_gf_group() [all …]
|
/external/opencv3/samples/cpp/ |
D | tree_engine.cpp | 91 Ptr<Boost> boost = Boost::create(); in main() 92 boost->setBoostType(Boost::GENTLE); in main()
|
D | points_classifier.cpp | 167 Ptr<Boost> boost = Boost::create(); in find_decision_boundary_BT() 168 boost->setBoostType(Boost::DISCRETE); in find_decision_boundary_BT()
|
D | letter_recog.cpp | 234 Ptr<Boost> model; in build_boost_classifier() 243 model = load_classifier<Boost>(filename_to_load); in build_boost_classifier() 287 model = Boost::create(); in build_boost_classifier() 288 model->setBoostType(Boost::GENTLE); in build_boost_classifier()
|
/external/opencv3/modules/ml/test/ |
D | test_mltests2.cpp | 182 return Boost::DISCRETE; in str_to_boost_type() 184 return Boost::REAL; in str_to_boost_type() 186 return Boost::LOGIT; in str_to_boost_type() 188 return Boost::GENTLE; in str_to_boost_type() 403 Ptr<Boost> m = Boost::create(); in train() 485 model = Algorithm::load<Boost>( filename ); in load()
|
D | test_precomp.hpp | 39 using cv::ml::Boost;
|
/external/opencv3/samples/python2/ |
D | letter_recog.py | 86 class Boost(LetterStatModel): class 88 self.model = cv2.Boost() 149 models = [RTrees, KNearest, Boost, SVM, MLP] # NBayes
|
/external/eigen/bench/btl/libs/ublas/ |
D | CMakeLists.txt | 2 find_package(Boost)
|
/external/parameter-framework/asio-1.10.6/ |
D | COPYING | 3 Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | buffer_sequence_adapter.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | posix_event.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | posix_mutex.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | posix_tss_ptr.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | throw_error.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | posix_thread.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/external/protobuf/gtest/ |
D | CHANGES | 33 * New feature: comes with a TR1 tuple implementation such that Boost 60 * Added support for using Boost and other TR1 implementations.
|
/external/webrtc/talk/ |
D | LICENSE_THIRD_PARTY | 17 Governed by http://www.boost.org/LICENSE_1_0.txt (Boost license):
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | README.txt | 21 - Microphone Boost control is not supported on Windows Vista or Windows 7.
|
/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | handler_alloc_hook.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | error_code.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/external/opencv3/doc/tutorials/introduction/transition_guide/ |
D | transition_guide.markdown | 111 | CvBoost | cv::ml::Boost | 141 Ptr<Boost> boost = Boost::create(); 142 boost->setBoostType(Boost::DISCRETE);
|
/external/zlib/src/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 1 Boost Software License - Version 1.0 - August 17th, 2003
|