|
|
@ -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())) { |
|
|
|