#include <rankboost.h>
|
std::ostream & | put (std::ostream &os) const |
|
quickrank::learning::forests::WeakRanker::WeakRanker |
( |
unsigned int |
feature_id, |
|
|
Feature |
theta, |
|
|
int |
sign |
|
) |
| |
|
inline |
quickrank::learning::forests::WeakRanker::~WeakRanker |
( |
| ) |
|
|
inline |
WeakRanker* quickrank::learning::forests::WeakRanker::clone |
( |
| ) |
|
|
inline |
unsigned int quickrank::learning::forests::WeakRanker::get_feature_id |
( |
| ) |
const |
|
inline |
int quickrank::learning::forests::WeakRanker::get_sign |
( |
| ) |
const |
|
inline |
Feature quickrank::learning::forests::WeakRanker::get_theta |
( |
| ) |
const |
|
inline |
std::ostream& quickrank::learning::forests::WeakRanker::put |
( |
std::ostream & |
os | ) |
const |
|
inlineprivate |
unsigned int quickrank::learning::forests::WeakRanker::score_document |
( |
const quickrank::Feature * |
d | ) |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const WeakRanker & |
a |
|
) |
| |
|
friend |
unsigned int quickrank::learning::forests::WeakRanker::feature_id_ = 0 |
|
private |
int quickrank::learning::forests::WeakRanker::sign_ = 1 |
|
private |
Feature quickrank::learning::forests::WeakRanker::theta_ = 0.0 |
|
private |
The documentation for this class was generated from the following file: