Aligned F-test to the new changes

pull/79/head
Meliurwen 2 years ago
parent 2e49df0266
commit cac19b1756
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      reCTBN/src/structure_learning/hypothesis_test.rs

@ -87,7 +87,7 @@ impl HypothesisTest for F {
cache: &mut parameter_learning::Cache<P>, cache: &mut parameter_learning::Cache<P>,
) -> bool ) -> bool
where where
T: network::Network, T: process::NetworkProcess,
P: parameter_learning::ParameterLearning, P: parameter_learning::ParameterLearning,
{ {
let P_small = match cache.fit(net, child_node, Some(separation_set.clone())) { let P_small = match cache.fit(net, child_node, Some(separation_set.clone())) {

Loading…
Cancel
Save