HomeSort by relevance Sort by last modified time
    Searched defs:weight_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videostab/include/opencv2/videostab/
motion_stabilizing.hpp 112 std::vector<float> weight_; member in class:cv::videostab::GaussianMotionFilter
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 170 weight_.LoadWeightVector(model);
174 model->LoadWeightVector(weight_);
178 const double dot = weight_.DotProduct(sample);
187 w_square = weight_.L2Norm();
205 SparseWeightVector<Key, Hash> weight_; member in class:learning_stochastic_linear::StochasticLinearRanker

Completed in 2173 milliseconds