ISlInfluence.ExplanatoryValue

Syntax

ExplanatoryValue: Integer;

Description

The ExplanatoryValue property returns the influencing value of the explanatory series.

Comments

The number of explanatory series that includes the returned value is returned by the ISlInfluence.ExplanatoryId property. Influenced value of the explained series is returned by the ISlInfluence.ExplainedValue property.

Example

The property use is given in the example for ISmNaiveBayes.KeyInfluence.

See also:

ISlInfluence