Changeset 1222 for trunk/yat/classifier


Ignore:
Timestamp:
Mar 11, 2008, 11:53:59 AM (15 years ago)
Author:
Peter
Message:

minor docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/SubsetGenerator.h

    r1220 r1222  
    166166
    167167    ///
    168     /// @return Index of samples included in ith training samples.
     168    /// @return Index of samples included in ith training data.
    169169    ///
    170170    const utility::Index& training_index(size_t i) const;
     
    184184
    185185    ///
    186     /// @return Index of samples included in ith validation samples.
     186    /// @return Index of samples included in ith validation data.
    187187    ///
    188188    const utility::Index& validation_index(size_t i) const;
Note: See TracChangeset for help on using the changeset viewer.