BitMagic-C++
Public Types | Data Fields
bm::xor_sim_model< BV > Struct Template Reference

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_typeblock_match_chain_type
 
typedef bm::dynamic_heap_matrix< block_match_chain_type, bv_allocator_typematrix_chain_type
 

Data Fields

matrix_chain_type matr
 model matrix More...
 
bvector_type bv_blocks
 blocks digest More...
 

Detailed Description

template<typename BV>
struct bm::xor_sim_model< BV >

XOR similarity model.

Examples
rscsample05.cpp.

Definition at line 790 of file bmxor.h.

Field Documentation

◆ bv_blocks

template<typename BV >
bvector_type bm::xor_sim_model< BV >::bv_blocks

◆ matr

template<typename BV >
matrix_chain_type bm::xor_sim_model< BV >::matr

The documentation for this struct was generated from the following file: