Changeset 1219 for trunk/yat


Ignore:
Timestamp:
Mar 10, 2008, 9:59:50 PM (16 years ago)
Author:
Peter
Message:

refs #284 - made target_ in Sampler private

File:
1 edited

Legend:

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

    r1134 r1219  
    3939  /// validation.
    4040  ///   
    41 
    4241  class Sampler
    4342  {
     
    9796
    9897  protected:
    99     /// Target used to balance partitions
    100     Target target_;
    10198    /// index of training sets for the partitions
    10299    std::vector<utility::Index> training_index_;
     
    108105    std::vector<Target> validation_target_;
    109106
     107  private:
     108    Target target_;
    110109  };
    111110
Note: See TracChangeset for help on using the changeset viewer.