Changeset 3161 for branches/0.11-stable/yat/regression/KernelBox.h
- Timestamp:
- Jan 14, 2014, 2:46:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11-stable/yat/regression/KernelBox.h
r2119 r3161 37 37 class KernelBox : public Kernel 38 38 { 39 40 39 public: 41 40 /// … … 44 43 KernelBox(void); 45 44 46 / //47 ///Function calculating kernel value as \f$ w(x)=1\f$ if \f$|x|\le 148 ///\f$, \f$ w(x)=0 \f$ otherwise.49 ///45 /** 46 Function calculating kernel value as \f$ w(x)=1\f$ if \f$|x|\le 1 47 \f$, \f$ w(x)=0 \f$ otherwise. 48 */ 50 49 double operator()(const double) const; 51 50 52 51 private: 53 52 };
Note: See TracChangeset
for help on using the changeset viewer.