Package com.bayesserver
Class Unroller
- java.lang.Object
-
- com.bayesserver.Unroller
-
public final class Unroller extends Object
Unrolls a Dynamic Bayesian network into the equivalent Bayesian network.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnrollOutput
unroll(Network network, int sliceCount, UnrollOptions options)
Unrolls the specified Dynamic Bayesian network into the equivalent Bayesian network.
-
-
-
Method Detail
-
unroll
public static UnrollOutput unroll(Network network, int sliceCount, UnrollOptions options)
Unrolls the specified Dynamic Bayesian network into the equivalent Bayesian network.- Parameters:
network
- The Dynamic Bayesian network.sliceCount
- The slice count (number of time slices).options
- Options that govern the unroll operation.- Returns:
- The unrolled network along with additional information.
-
-