RecommendationsReady


Description

Tells if the inference engine is ready to make recommendations. Setting to true, readies recommendations. Setting to false makes recommendations unready.

Syntax

Getting:

anEngine.RecommendationsReady

Setting:

anEngine.RecommendationsReady = True

anEngine.RecommendationsReady = False

Return Value

When getting, returns a Boolean value that tells if the inference engine is ready to make recommendations.

Remarks

MSBN3 can handle this property automatically. When recommendations are called, RecommendationsReady is automatically set to true. When the model is edited (for example adding states, changing property values, or setting InferenceReady=False), RecommendationsReady is automatically set to false.

If RecommendationsReady is set to True, but errors in the model make it impossible to make RecommendationsReady true, an error will be raised and the value of RecommendationsReady will stay False.

Applies To

Engine

Also See

Recommendations

Inference: an Overview

Event: EngineInferenceReady