Ignore:
Timestamp:
Dec 22, 2009, 9:45:22 PM (13 years ago)
Author:
Peter
Message:

fixes #566

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/regression/MultiDimensionalWeighted.h

    r2119 r2127  
    66/*
    77  Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
     8  Copyright (C) 2009 Peter Johansson
    89
    910  This file is part of the yat library, http://dev.thep.lu.se/yat
     
    7374    /// in @a x
    7475    ///
    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;
    7678
    7779    ///
     
    9193
    9294  private:
     95    // no copy allowed
     96    MultiDimensionalWeighted(const MultiDimensionalWeighted&);
     97    MultiDimensionalWeighted& operator=(const MultiDimensionalWeighted&);
     98
    9399    double chisquare_;
    94100    utility::Matrix covariance_;
Note: See TracChangeset for help on using the changeset viewer.