- Timestamp:
- Jan 13, 2007, 10:14:05 PM (16 years ago)
- Location:
- trunk/yat/regression
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/PolynomialWeighted.cc
r741 r742 67 67 68 68 69 double PolynomialWeighted::s2(const double w =1.0) const69 double PolynomialWeighted::s2(const double w) const 70 70 { 71 71 return md_.s2(w); -
trunk/yat/regression/PolynomialWeighted.h
r741 r742 77 77 /// @brief Mean Squared Error 78 78 /// 79 double s2(const double ) const;79 double s2(const double w=1) const; 80 80 81 81 ///
Note: See TracChangeset
for help on using the changeset viewer.