Ignore:
Timestamp:
Dec 26, 2006, 10:56:26 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #170.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/NNI.h

    r687 r718  
    103103    /// @return A const reference to the modified data.
    104104    ///
    105     const utility::matrix& imputed_data(void) const { return imputed_data_; }
     105    const utility::matrix& imputed_data(void) const;
    106106
    107107    ///
    108108    /// @return indices of rows in data matrix not imputed
    109109    ///
    110     inline std::vector<size_t> not_imputed(void) const { return not_imputed_; }
     110    const std::vector<size_t>& not_imputed(void) const;
    111111
    112112  protected:
Note: See TracChangeset for help on using the changeset viewer.