Changeset 676 for trunk/yat/statistics


Ignore:
Timestamp:
Oct 10, 2006, 2:38:21 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixed #83. This message applies to this revision and
revision:675. Removed all references to c++_tools. Changed yat
internal #includes from <yat/...> to "yat/...". Moved #ifndef
_header_/#define _header_ to the top of the header files as suggested
by the coding style.

Location:
trunk/yat
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/yat/statistics/SNR.cc

    r675 r676  
    2222*/
    2323
    24 #include "c++_tools/statistics/SNR.h"
    25 #include "c++_tools/statistics/Averager.h"
    26 #include "c++_tools/statistics/AveragerWeighted.h"
    27 #include "c++_tools/classifier/DataLookupWeighted1D.h"
    28 #include "c++_tools/classifier/Target.h"
     24#include "yat/statistics/SNR.h"
     25#include "yat/statistics/Averager.h"
     26#include "yat/statistics/AveragerWeighted.h"
     27#include "yat/classifier/DataLookupWeighted1D.h"
     28#include "yat/classifier/Target.h"
    2929
    3030namespace theplu {
  • trunk/yat/statistics/tScore.cc

    r675 r676  
    2222*/
    2323
    24 #include "c++_tools/statistics/tScore.h"
    25 #include "c++_tools/statistics/Averager.h"
    26 #include "c++_tools/statistics/AveragerWeighted.h"
    27 #include "c++_tools/classifier/DataLookupWeighted1D.h"
    28 #include "c++_tools/classifier/Target.h"
     24#include "yat/statistics/tScore.h"
     25#include "yat/statistics/Averager.h"
     26#include "yat/statistics/AveragerWeighted.h"
     27#include "yat/classifier/DataLookupWeighted1D.h"
     28#include "yat/classifier/Target.h"
    2929
    3030#include <cassert>
Note: See TracChangeset for help on using the changeset viewer.