|
BitMagic-C++
|
XOR similarity model. More...
#include <bmxor.h>

Public Types | |
| typedef BV | bvector_type |
| typedef bvector_type::size_type | size_type |
| typedef bvector_type::allocator_type | bv_allocator_type |
| typedef bm::block_match_chain< size_type > | block_match_chain_type |
| typedef bm::dynamic_heap_matrix< block_match_chain_type, bv_allocator_type > | matrix_chain_type |
Data Fields | |
| matrix_chain_type | matr |
| model matrix | |
| bvector_type | bv_blocks |
| blocks digest | |
XOR similarity model.
| typedef bm::block_match_chain<size_type> bm::xor_sim_model< BV >::block_match_chain_type |
| typedef bvector_type::allocator_type bm::xor_sim_model< BV >::bv_allocator_type |
| typedef BV bm::xor_sim_model< BV >::bvector_type |
| typedef bm::dynamic_heap_matrix<block_match_chain_type, bv_allocator_type> bm::xor_sim_model< BV >::matrix_chain_type |
| typedef bvector_type::size_type bm::xor_sim_model< BV >::size_type |
| bvector_type bm::xor_sim_model< BV >::bv_blocks |
blocks digest
Definition at line 805 of file bmxor.h.
Referenced by bm::compute_sim_matrix_plan_builder< BV >::build_plan(), and bm::xor_scanner< BV >::compute_sim_model().
| matrix_chain_type bm::xor_sim_model< BV >::matr |
model matrix
Definition at line 804 of file bmxor.h.
Referenced by bm::compute_sim_matrix_plan_builder< BV >::build_plan(), and bm::xor_scanner< BV >::compute_sim_model().