IncludedExplanatories: Array;
IncludedExplanatories: System.Array;
The IncludedExplanatories property determines indexes of explanatory series.
Indexes are shown as an array of integers based on the IMsLinearRegressionTransform.Explanatories property. By default the indexes list includes only those factors, for which the IMsCompositeFormulaTerm.Included property is set to True.
To update the IncludedExplanatories value, use IMsDiagnosticTestSettings.RefreshIncluded.
The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.
See also: