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