Ignore:
Timestamp:
Nov 7, 2008, 6:35:07 PM (15 years ago)
Author:
Peter
Message:

correcting docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4-stable/yat/utility/Index.h

    r1392 r1620  
    3333namespace utility {
    3434
    35   ///
    36   /// Internal Class keeping track of which samples are support vectors and
    37   /// not. The first nof_sv elements in the vector are indices of the
    38   /// support vectors
    39   ///
     35  /**
     36     \brief Class for storing indices of, e.g., a MatrixLookup.
     37
     38     This class is basically a wrapper around std::vector<size_t>. The
     39     major differences are that the class is constant and copying is
     40     performed in constant time (shallow copy).
     41   */
    4042  class Index
    4143  {
Note: See TracChangeset for help on using the changeset viewer.