Show
Ignore:
Timestamp:
05/20/10 17:44:31 (14 years ago)
Author:
nikhil
Message:

final codes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/nikhil/crossmodel2/src/cognitive_engines/CBR_CE/CBR_CE.h

    r562 r563  
    9595         * cognitive engine's functionality. 
    9696         */ 
    97         void InitialSetting(); 
    9897 
    9998        void PerformUpdatePerformance(); 
     
    106105        CBR *myCBR1; 
    107106        CBR *myCBR2; 
    108 /* 
    109     private: 
    110107 
    111         float * Pweights; 
    112         float * Uweights; 
    113  
    114         float (*Status)[10]; 
    115 // this array stores the relationship between all parameters vs utilities..  
    116         float (*Trend)[10]; 
    117  
    118         int * Slope; 
    119  
    120         float PoC; 
    121 // this term represents percentage of change.. as in if this min PoC 
    122 // is not detected its as good as no change.. 
    123         int Ptune; 
    124 // This is pointer to correspont to which parameter to tune..  
    125 // AS OF NOW ONLY ONE AT A TIME PER CYCLE 
    126 */  
    127108 
    128109};