Ignore:
Timestamp:
Dec 26, 2006, 7:21:36 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes #170. Almost all inlines removed, some classes have no cc file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/microarray/DataSet.h

    r706 r720  
    5757
    5858    ///
     59    /// @return data
     60    ///
     61    const classifier::MatrixLookup& data(void) const;
     62
     63    ///
    5964    /// @return probes
    6065    ///
    61     inline const std::vector<std::string>& probe(void) const { return probe_; }
     66    const std::vector<std::string>& probe(void) const;
    6267
    6368    ///
    6469    /// @return target
    6570    ///
    66     inline const classifier::Target& target(void) const { return target_; }
    67 
    68     ///
    69     /// @return data
    70     ///
    71     inline const classifier::MatrixLookup& data(void) const { return data_; }
     71    const classifier::Target& target(void) const;
    7272
    7373  private:
Note: See TracChangeset for help on using the changeset viewer.