Vowpal Wabbit
|
Public Member Functions | |
~ect () | |
Public Attributes | |
uint64_t | k |
uint64_t | errors |
float | class_boundary |
v_array< direction > | directions |
v_array< v_array< v_array< uint32_t > > > | all_levels |
v_array< uint32_t > | final_nodes |
v_array< size_t > | up_directions |
v_array< size_t > | down_directions |
size_t | tree_height |
uint32_t | last_pair |
v_array< bool > | tournaments_won |
|
inline |
Definition at line 40 of file ect.cc.
Referenced by create_circuit().
float ect::class_boundary |
Definition at line 36 of file ect.cc.
Referenced by ect_predict(), and ect_train().
Definition at line 38 of file ect.cc.
Referenced by create_circuit(), ect_predict(), and ect_train().
uint64_t ect::errors |
Definition at line 35 of file ect.cc.
Referenced by ect_predict().
v_array<uint32_t> ect::final_nodes |
Definition at line 42 of file ect.cc.
Referenced by create_circuit(), and ect_predict().
uint64_t ect::k |
Definition at line 34 of file ect.cc.
Referenced by ect_predict(), ect_train(), and predict().
uint32_t ect::last_pair |
Definition at line 49 of file ect.cc.
Referenced by create_circuit(), ect_predict(), and ect_train().
v_array<bool> ect::tournaments_won |
Definition at line 51 of file ect.cc.
Referenced by ect_train().
size_t ect::tree_height |
Definition at line 47 of file ect.cc.
Referenced by create_circuit(), ect_predict(), and ect_train().