| _id_entry | |
| _id_label_vector_entry< T > | |
| buffer_handle | Structure for buffer that contains data and current size of the data |
| create_view_bin_str | |
| delete_bin_header | |
| extended_option | Extends the definition of option in getopt to add in a message |
| FVector | |
| FVector::Rep | |
| GZSTREAM_NAMESPACE::gzstreambase | |
| GZSTREAM_NAMESPACE::gzstreambuf | |
| Hazy_Create_View | |
| Hazy_Database | This class provides database connection, executes update and select queries |
| Hazy_Hashmap< T1, T2 > | Hash map class |
| hazy_model | This model allows enapsulates the state of the SVM and the high, and low water |
| Hazy_Server | This class creates socket server connection and accepts connection from clients |
| Hazy_Sgd< T > | This class handles all queries sent by triggers It uses locks for public functions to handle parallelism |
| Hazy_Sgd_FVector | |
| Hazy_Sgd_SVector | |
| Hazy_Sgd_Wrapper | |
| Hazy_Worker | |
| Hybrid_Storage_Manager< T > | Hybrid_Storage_Manager extends Storage_Manager and is used for hybrid architecture |
| Hybrid_Storage_Manager< T >::_full_entity_entry | Full_entity_entry contains class of the example, feature vector and eps |
| GZSTREAM_NAMESPACE::igzstream | |
| IncrementalSGD< T > | This class presents generic IncrementalSGD and two kind of sgd that extends this class which are TrueSGD and ReservoirSGD |
| main_memory_storage_spec | |
| model | This structure represents svm model that contains feature vector, wscale, bias, dimension and learning rate |
| MultiClass_Internal_Node< T > | This class extends Node and represents Internal node in the tree |
| MultiClass_Leaf_Node< T > | This class extends Node and represents Leag node in the tree |
| Multiclass_Specialized_Hazy_Sgd< T > | This class extends Hazy_Sgd and is specialized for Multiclass experiments |
| Node< T > | This is a generic Node class that is extended by Internal or Leaf Nodes |
| GZSTREAM_NAMESPACE::ogzstream | |
| Ondisk_Storage_Manager< T > | Storage manager that interacts with either main memory entities or on-disk entities (or both for hybrid) |
| Ondisk_Storage_Manager_Dense | Ondisk_Storage_Manager_Dense extends Ondisk_Storage_Manager and used for entities that have dense feature vectors |
| Ondisk_Storage_Manager_Factory< T > | This class is used to build Ondisk_Storage_Manager that is for either sparse or dense features |
| Ondisk_Storage_Manager_Factory< FVector > | |
| Ondisk_Storage_Manager_Factory< SVector > | |
| Ondisk_Storage_Manager_Sparse | Ondisk_Storage_Manager_Sparse extends Ondisk_Storage_Manager and used for entities that have sparse feature vectors |
| ondisk_storage_spec | This the ondisk storage spec |
| Pair | Pair structure that is used for sparse vectors |
| Read_Specialized_Hazy_Sgd< T > | This class extends Hazy_Sgd and is specialized for Read experiments |
| Reservoir< T > | Reservoir class to keep examples in reservoir for training |
| ReservoirSGD< T > | This class extends IncrementalSGD and implements ReservoirSGD |
| ResultTable< T > | This class represents entities to be kept in main memory |
| ResultTable< T >::resultTuple | |
| se_lazy_hazy_msg_bin_header | Structure for messages used in single entity lazy hazy queries |
| se_lazy_naive_msg_bin_header | Structure for messages used in single entity lazy naive queries |
| serialized_fvector_entry | This structure is used when FVector is being written as binary data during socket communication |
| serialized_svector_entry | This structure is used when SVector is being written as binary data during socket communication Essentially, Pair and this structure are same |
| server_thread_info< T > | |
| Skiing | |
| skiing_spec | Skiing spec structure that keeps initial resort time, tao value, m factor and ratio |
| sParse_IDvec< T > | This tuple parser assumes the query returns attribute 0 is id attribute 1 is vector order is important |
| STLMainMemory_Storage_Manager< T > | STLMainMemory_Storage_Manager extends Storage_Manager and is used for main memory architecture |
| STLMainMemory_Storage_Manager< T >::internal_record | Maintained only by hazy strategies |
| Storage_Manager< T > | |
| storage_spec | Commonly needed information to build the model is stored in the storage sepc |
| SVector | |
| SVector::Pair | |
| SVector::Rep | |
| SvmSgd | Class for maintaining svm model |
| Timer | Class for measureing elapsed time for code segments |
| TrueSGD< T > | This class extends IncrementalSGD and implements TrueSGD |
| UnknownStrategyException | This is an exception that is used in case statements: C++ doesn't check whether the cases of a switch statement are exhaustive, and so this exception should never be seen by a user |
| update_bin_header | Structure for messages used in update queries |
| wire_message | Wire message structure that contains length of the message which is sent before the msg itself |
| worker_thread_info< T > | Structure that has Hazy_Worker and parsed_vec |
| Wrapper< Rep > | |