Changeset 1273 for applications/robust

Show
Ignore:
Timestamp:
02/11/11 16:56:44 (13 years ago)
Author:
sindj
Message:

Rozdelano slucovani bunek pri odstranovani podminky pro moving window learning. JS

Location:
applications/robust
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/robust/robustlib.cpp

    r1272 r1273  
    22 
    33void polyhedron::triangulate(bool should_integrate) 
    4         {                
     4        { 
    55                if(should_integrate) 
    66                { 
  • applications/robust/robustlib.h

    r1272 r1273  
    88#define ROBUST_H 
    99 
    10 #include <stat/exp_family.h> 
     10//#include <stat/exp_family.h> 
     11#include <itpp/itbase.h> 
     12#include <map> 
    1113#include <limits> 
    1214#include <vector> 
     
    1517#include <algorithm> 
    1618         
    17 using namespace bdm; 
     19//using namespace bdm; 
    1820using namespace std; 
    1921using namespace itpp; 
     
    176178 
    177179         
    178         void triangulate(bool should_integrate); 
    179  
    180          
     180        void triangulate(bool should_integrate);         
    181181}; 
     182 
    182183 
    183184/// A class for representing 0-dimensional polyhedron - a vertex. It will be located in the bottom row of the Hasse 
     
    228229}; 
    229230 
     231 
    230232/// A class representing a polyhedron in a top row of the complex. Such polyhedron has a condition that differitiates 
    231233/// it from polyhedrons in other rows.  
     
    255257}; 
    256258 
     259 
    257260class condition 
    258261{        
     
    271274 
    272275 
     276 
    273277class c_statistic 
    274278{ 
     
    417421        } 
    418422}; 
     423 
    419424 
    420425class my_ivec : public ivec 
     
    556561        } 
    557562}; 
     563 
     564 
    558565 
    559566