Home
last modified time | relevance | path

Searched refs:Boost (Results 1 – 25 of 69) sorted by relevance

123

/external/opencv3/modules/ml/src/
Dboost.cpp59 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/
Dml+Boost.java11 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/
Dratectrl.c445 int Boost = 0; in calc_gf_params() local
524 Boost = GFQ_ADJUSTMENT; in calc_gf_params()
527Boost = 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 …]
Dfirstpass.c1958 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/
Dtree_engine.cpp91 Ptr<Boost> boost = Boost::create(); in main()
92 boost->setBoostType(Boost::GENTLE); in main()
Dpoints_classifier.cpp167 Ptr<Boost> boost = Boost::create(); in find_decision_boundary_BT()
168 boost->setBoostType(Boost::DISCRETE); in find_decision_boundary_BT()
Dletter_recog.cpp234 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/
Dtest_mltests2.cpp182 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()
Dtest_precomp.hpp39 using cv::ml::Boost;
/external/opencv3/samples/python2/
Dletter_recog.py86 class Boost(LetterStatModel): class
88 self.model = cv2.Boost()
149 models = [RTrees, KNearest, Boost, SVM, MLP] # NBayes
/external/eigen/bench/btl/libs/ublas/
DCMakeLists.txt2 find_package(Boost)
/external/parameter-framework/asio-1.10.6/
DCOPYING3 Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dbuffer_sequence_adapter.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_event.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_mutex.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_tss_ptr.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dthrow_error.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_thread.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/protobuf/gtest/
DCHANGES33 * New feature: comes with a TR1 tuple implementation such that Boost
60 * Added support for using Boost and other TR1 implementations.
/external/webrtc/talk/
DLICENSE_THIRD_PARTY17 Governed by http://www.boost.org/LICENSE_1_0.txt (Boost license):
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt21 - Microphone Boost control is not supported on Windows Vista or Windows 7.
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dhandler_alloc_hook.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Derror_code.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/opencv3/doc/tutorials/introduction/transition_guide/
Dtransition_guide.markdown111 | CvBoost | cv::ml::Boost |
141 Ptr<Boost> boost = Boost::create();
142 boost->setBoostType(Boost::DISCRETE);
/external/zlib/src/contrib/dotzlib/
DLICENSE_1_0.txt1 Boost Software License - Version 1.0 - August 17th, 2003

123