Classes | |
| struct | worker_thread_info< T > |
| structure that has Hazy_Worker and parsed_vec More... | |
Functions | |
| void | usage () |
| template<class T> | |
| void | startServer (int server_id, string dbname, int dim, int nLabels, const char *entity_file, const char *train_file_for_hot_run, hazy_model::strategy s, struct skiing_spec &ski_spec, bool should_build_ova) |
| int | main (int argc, char **argv) |
| template<class T> | |
| void * | worker_thread (void *data) |
Variables | |
| const string | EXTERNAL_TABLE_BASE_NAME = "sm_test_external_table" |
| This class implements multi-class classification that uses Main Memory architecture. | |
| const string | INTERNAL_TABLE_BASE_NAME = "internal_table" |
| const int | r_size = 1000 |
| Hazy_Server * | serv |
| Hazy Server. | |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void startServer | ( | int | server_id, | |
| string | dbname, | |||
| int | dim, | |||
| int | nLabels, | |||
| const char * | entity_file, | |||
| const char * | train_file_for_hot_run, | |||
| hazy_model::strategy | s, | |||
| struct skiing_spec & | ski_spec, | |||
| bool | should_build_ova | |||
| ) |
| void usage | ( | ) |
| void* worker_thread | ( | void * | data | ) |
| const string EXTERNAL_TABLE_BASE_NAME = "sm_test_external_table" |
This class implements multi-class classification that uses Main Memory architecture.
| const string INTERNAL_TABLE_BASE_NAME = "internal_table" |
| const int r_size = 1000 |
Hazy Server.
1.4.7