Changeset 2127 for trunk/yat/regression/MultiDimensionalWeighted.h
- Timestamp:
- Dec 22, 2009, 9:45:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/MultiDimensionalWeighted.h
r2119 r2127 6 6 /* 7 7 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2009 Peter Johansson 8 9 9 10 This file is part of the yat library, http://dev.thep.lu.se/yat … … 73 74 /// in @a x 74 75 /// 75 double prediction_error2(const utility::VectorBase& x, const double w=1) const; 76 double prediction_error2(const utility::VectorBase& x, 77 const double w=1) const; 76 78 77 79 /// … … 91 93 92 94 private: 95 // no copy allowed 96 MultiDimensionalWeighted(const MultiDimensionalWeighted&); 97 MultiDimensionalWeighted& operator=(const MultiDimensionalWeighted&); 98 93 99 double chisquare_; 94 100 utility::Matrix covariance_;
Note: See TracChangeset
for help on using the changeset viewer.