Classes |
| class | gt< T > |
| class | lt< T > |
| class | ranker< T, C > |
Typedefs |
| typedef unsigned int | uint |
Functions |
| template<class T , class S > |
| void | order (const T *d, uint size, vector< S > &w) |
| template<class T , class S > |
| void | order (const vector< T > &v, vector< S > &w) |
| template<class T , class S > |
| void | orderhigh (const T *d, uint size, vector< S > &w) |
| template<class T , class S > |
| void | orderhigh (const vector< T > &v, vector< S > &w) |
| template<class T , class S > |
| void | partial_order (const T *d, uint size, vector< S > &w, uint num) |
| template<class T , class S > |
| void | partial_order (const vector< T > &v, vector< S > &w, uint num) |
| template<class T , class S > |
| void | partial_orderhigh (const T *d, uint size, vector< S > &w, uint num) |
| template<class T , class S > |
| void | partial_orderhigh (const vector< T > &v, vector< S > &w, uint num) |
| template<class T , class S > |
| void | partial_rank (const T *d, uint size, vector< S > &w, uint num, const string &method="average") |
| template<class T , class S > |
| void | partial_rank (const vector< T > &v, vector< S > &w, uint num, const string &method="average") |
| template<class T , class S > |
| void | partial_rankhigh (const T *d, uint size, vector< S > &w, uint num, const string &method="average") |
| template<class T , class S > |
| void | partial_rankhigh (const vector< T > &v, vector< S > &w, uint num, const string &method="average") |
| template<class T > |
| T | quantile (const vector< T > &v, const double q) |
| template<class T > |
| T | quantile (const T *d, const uint size, const double q) |
| template<class T , class S > |
| void | rank (const T *d, uint size, vector< S > &w, const string &method="average") |
| template<class T , class S > |
| void | rank (const vector< T > &v, vector< S > &w, const string &method="average") |
| template<class T , class S > |
| void | rankhigh (const T *d, uint size, vector< S > &w, const string &method="average") |
| template<class T , class S > |
| void | rankhigh (const vector< T > &v, vector< S > &w, const string &method="average") |