Functions | |
| template<typename R> | |
| R | inner_product (const Boosting::BoostWgt &w1, const Boosting::BoostWgt &w2) | 
| template<typename R, typename N> | |
| vector< R > & | operator+= (vector< R > &u, const vector< N > &v) | 
| u += v.   | |
| template<typename R> | |
| vector< R > | operator- (const vector< R > &v) | 
| -v.   | |
| template<typename R, typename N> | |
| R | inner_product (const R &u, const N &v) | 
| Inner product of u and v.   | |
| template<typename RET, typename R, typename N> | |
| RET | inner_product (const vector< R > &u, const vector< N > &v) | 
| template<typename R, typename N> | |
| vector< R > & | operator *= (vector< R > &v, const N &r) | 
| v *= r.   | |
      
  | 
  ||||||||||||
| 
 
 Definition at line 65 of file vectorop.h.  | 
  
      
  | 
  ||||||||||||
| 
 Inner product of u and v. 
The return type has to be explicitly specified, e.g., Definition at line 61 of file vectorop.h.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 270 of file boosting.h. References LearnModel::get_output(), Boosting::BoostWgt::models(), R, Boosting::BoostWgt::size(), LearnModel::train_data(), and Boosting::BoostWgt::weights(). Referenced by NNLayer::feed_forward().  | 
  
      
  | 
  ||||||||||||
| 
 v *= r. 
 Definition at line 76 of file vectorop.h.  | 
  
      
  | 
  ||||||||||||
| 
 u += v. 
 Definition at line 37 of file vectorop.h.  | 
  
      
  | 
  
| 
 -v. 
 Definition at line 47 of file vectorop.h.  | 
  
 1.4.6