pub const MIN_SUBTREE_NODES: usize = 5;Expand description
Minimum subtree size, in nodes (the subtree root included), for a
SubtreeFeature to be emitted. Smaller subtrees are ubiquitous and
would only inflate the candidate index.
pub const MIN_SUBTREE_NODES: usize = 5;Minimum subtree size, in nodes (the subtree root included), for a
SubtreeFeature to be emitted. Smaller subtrees are ubiquitous and
would only inflate the candidate index.