public final class Unroller extends Object
| Modifier and Type | Method and Description |
|---|---|
static UnrollOutput |
unroll(Network network,
int sliceCount,
UnrollOptions options)
Unrolls the specified Dynamic Bayesian network into the equivalent Bayesian network.
|
public static UnrollOutput unroll(Network network, int sliceCount, UnrollOptions options)
network - The Dynamic Bayesian network.sliceCount - The slice count (number of time slices).options - Options that govern the unroll operation.Copyright © 2021. All rights reserved.