Methods in unbbayes.io with parameters of type IProbabilisticNetworkBuilder |
ProbabilisticNetwork |
NetIO.load(File input,
IProbabilisticNetworkBuilder networkBuilder)
Loads a NET format file using network builder |
ProbabilisticNetwork |
DneIO.load(File input,
IProbabilisticNetworkBuilder networkBuilder)
Loads a NET format file using network builder |
protected void |
NetIO.load(File input,
SingleEntityNetwork net,
IProbabilisticNetworkBuilder networkBuilder)
|
protected void |
DneIO.load(File input,
SingleEntityNetwork net,
IProbabilisticNetworkBuilder networkBuilder)
|
protected void |
NetIO.loadContinuousNodeDeclaration(StreamTokenizer st,
SingleEntityNetwork net,
IProbabilisticNetworkBuilder networkBuilder)
If the current declaration is of type "continuous node", loads
that node (creating new instances using networkBuilder) and adds it to net. |
protected void |
NetIO.loadNodeDeclaration(StreamTokenizer st,
SingleEntityNetwork net,
IProbabilisticNetworkBuilder networkBuilder)
If the current declaration is of type "node" (or "decision" or "utility"), loads
that node (creating new instances using networkBuilder) and adds it to net. |
protected void |
DneIO.loadNodeDeclaration(StreamTokenizer st,
SingleEntityNetwork net,
IProbabilisticNetworkBuilder networkBuilder)
If the current declaration is of type "node" (or "decision" or "utility"), loads
that node (creating new instances using networkBuilder) and adds it to net. |