Type Definition abow::DirectIdx

source · []
pub type DirectIdx = Vec<IdPath>;
Expand description

A map from features to their corresponding nodes in the Vocabulary tree. Each feature maps to several nodes, up to one for each level of the tree.

The direct index for feature[i] is di = DirectIdx[i] where di.len() <= l (number of levels). di[j] is the id of the node matching feature[i] at level j in the Vocabulary tree.