Description Usage Arguments Value
Make external inference settings
1 2 3 | makeExternalInferenceSettings(net, SystemID, Number, NextItem, Update,
AssumeIntegrity, StoreImages, Compression_Setting, Compression_Value1,
Compression_Value2, Pause, DBMS_Timeout)
|
net |
A Bayesian network object |
SystemID |
A unique ID for the external inference engine session. |
Number |
The number of samples per inference case |
NextItem |
The first item to start from. (0-Find Latest) |
Update |
Whether network parameters should be updated. |
AssumeIntegrity |
Specifies if engine can assume no other processes will change database records while running. |
StoreImages |
Whether images should be stored. |
Compression_Setting |
'None', 'Until' or 'All'. None means compression value 2 is used through out. All means compression value 1 is used through out. Until will use value 1 until the process catches up with the number of entries in the data table, and value 2 after that. |
Compression_Value1 |
The number of items to process during an initial catch up |
Compression_Value2 |
The number of items to process after any initial catch up |
Pause |
The duration the external inference engine will wait before rechecking if new data has appeared in the data table. |
DBMS_Timeout |
Currently unused |
Inference settings object to be passed to makeCommandArguments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.