makeExternalInferenceSettings: Make external inference settings

Description Usage Arguments Value

Description

Make external inference settings

Usage

1
2
3
makeExternalInferenceSettings(net, SystemID, Number, NextItem, Update,
  AssumeIntegrity, StoreImages, Compression_Setting, Compression_Value1,
  Compression_Value2, Pause, DBMS_Timeout)

Arguments

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

Value

Inference settings object to be passed to makeCommandArguments


mickash/Adaptive-Bayesian-Networks documentation built on Nov. 14, 2019, 12:14 a.m.