QuickRank  v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
Public Member Functions | Public Attributes | List of all members
Ensemble::wt Struct Reference

Public Member Functions

 wt (RTNode *root, double weight, float maxlabel)
 

Public Attributes

RTNoderoot = NULL
 
double weight = 0.0
 
float maxlabel = 0.0f
 

Constructor & Destructor Documentation

Ensemble::wt::wt ( RTNode root,
double  weight,
float  maxlabel 
)
inline

Member Data Documentation

float Ensemble::wt::maxlabel = 0.0f
RTNode* Ensemble::wt::root = NULL
double Ensemble::wt::weight = 0.0

The documentation for this struct was generated from the following file: