Ignore:
Timestamp:
Mar 2, 2006, 6:35:12 PM (17 years ago)
Author:
Markus Ringnér
Message:

Note there are some problem when creating MatrixLookups? from MatrixLookups? and index vectors. Halfway on the path to finding the bugs. This means CrossSplitter? and layers of CrossSplitters? do not work properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/classifier/DataLookup2D.h

    r482 r531  
    1818 
    1919  public:
     20   
     21    ///
     22    /// Default constructor.
     23    ///
     24    DataLookup2D(void);
     25
    2026
    2127    ///
     
    9399    std::vector<size_t> column_index_;
    94100   
    95     ///
    96     /// Default constructor.
    97     ///
    98     DataLookup2D() {};
    99 
    100101  }; 
    101102 
Note: See TracChangeset for help on using the changeset viewer.