QuickRank
v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
|
This is the complete list of members for RTNode, including all inherited members.
append_xml_model(pugi::xml_node parent, const std::string &pos="") const | RTNode | |
avglabel | RTNode | |
deviance | RTNode | |
featureid | RTNode | private |
featureidx | RTNode | private |
get_feature_id() | RTNode | inline |
get_feature_idx() | RTNode | inline |
hist | RTNode | |
is_leaf() const | RTNode | inline |
left | RTNode | |
nsampleids | RTNode | |
parse_xml(const pugi::xml_node &split_xml) | RTNode | static |
right | RTNode | |
RTNode(double prediction) | RTNode | inline |
RTNode(size_t *new_sampleids, size_t new_nsampleids, double prediction) | RTNode | inline |
RTNode(float new_threshold, size_t new_featureidx, size_t new_featureid, RTNode *new_left, RTNode *new_right) | RTNode | inline |
RTNode(size_t *new_sampleids, RTNodeHistogram *new_hist) | RTNode | inline |
sampleids | RTNode | |
save_leaves(RTNode **&leaves, size_t &nleaves, size_t &capacity) | RTNode | |
score_instance(const quickrank::Feature *d, const size_t next_fx_offset) const | RTNode | inline |
set_feature(size_t fidx, size_t fid) | RTNode | inline |
threshold | RTNode | |
~RTNode() | RTNode | inline |