pub fn find_valid_split_attributes(
cover: &mut Cover,
min_sup: usize,
candidates: Option<&[usize]>,
previous: Option<usize>,
) -> Vec<usize>Expand description
The features, among candidates (all of them when None) and other than
previous, that leave at least min_sup instances on each side.