Displaying 2 results from an estimated 2 matches for "el_class".
Did you mean:
ei_class
2017 Jul 13
2
bnlearn and cpquery
...1] NaN
The cpquery command takes the following structure:
cpquery(fullFitted,event=(C1_class=="Med"),
evidence=list(GK_class = "ModHi",
GTh_class = "Lo",
GU_class = "Lo",
El_class = "Hi",
E50_class = "Med",
E150_class = "Med"
) ,
n=10^5, method = "lw", debug=TRUE)
Similarly, when I try to run the predict method on the same data, it returns
the following warning:...
2017 Jul 13
0
bnlearn and cpquery
...g structure:
>
>
>
> cpquery(fullFitted,event=(C1_class=="Med"),
>
> evidence=list(GK_class = "ModHi",
>
> GTh_class = "Lo",
>
> GU_class = "Lo",
>
> El_class = "Hi",
>
> E50_class = "Med",
>
> E150_class = "Med"
>
> ) ,
>
> n=10^5, method = "lw", debug=TRUE)
>
>
>
> Similarly, when I try to run the predict method on...