#include <prediction_time_advance_table.h>
      
        
          | risc::sg::PredictionTimeAdvanceTable::PredictionTimeAdvanceTable  | 
          ( | 
          risc::sg::SegmentGraph &  | 
          sg,  | 
        
        
           | 
           | 
          int  | 
          prediction_steps  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | risc::sg::PredictionTimeAdvanceTable::analyze  | 
          ( | 
          VertexDescriptor  | 
          start,  | 
         
        
           | 
           | 
          int  | 
          steps  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
This function computes the prediction time advance table. 
 
 
  
  
      
        
          | risc::sg::PredictionTimeAdvanceTable::compute_table  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
This function computes the prediction time advance table. 
 
 
      
        
          | risc::sg::PredictionTimeAdvanceTable::index_to_segment_id  | 
          ( | 
          int  | 
          index | ) | 
           | 
        
      
 
translates a given index to the related segment id 
 
 
      
        
          | risc::sg::PredictionTimeAdvanceTable::print  | 
          ( | 
           | ) | 
           | 
        
      
 
This function prints the prediction time advance table in the terminal. 
 
 
      
        
          | risc::sg::PredictionTimeAdvanceTable::print  | 
          ( | 
          std::string  | 
          filename | ) | 
           | 
        
      
 
Generates a html file of the prediction time advance table. 
 
 
      
        
          | risc::sg::PredictionTimeAdvanceTable::segment_id_to_index  | 
          ( | 
          int  | 
          segment_id | ) | 
           | 
        
      
 
translates a given segment id to the related index 
 
 
      
        
          | std::vector<int> risc::sg::PredictionTimeAdvanceTable::index_to_segment_ | 
        
      
 
A mapping from index to segment id. 
 
 
      
        
          | int risc::sg::PredictionTimeAdvanceTable::prediction_steps_ | 
        
      
 
The max steps to be predicted. 
 
 
Reference to the actual segment graph. 
 
 
      
        
          | std::vector<std::vector< risc::sg::Time> > risc::sg::PredictionTimeAdvanceTable::table_ | 
        
      
 
 
The documentation for this class was generated from the following files: