Score¶
- group Score
Score
Its helper (is_type, get_type), and
Score computation (citecalculate_local_score)
Typedefs
Functions
-
double calculate_local_score(size_t child_var, const std::vector<size_t>&, const ContingencyTable &ct, const ScoreType &score_type = BDeu{1.0})¶
Calculate the local score for a given child variable.
- Parameters:
child_var – The child variable for which to calculate the score.
parent_set – The set of parent variables.
ct – The contingency table.
score_type – The type of score to calculate.
- Returns:
The calculated local score.