IncludedExplanatories: Array;
IncludedExplanatories: System.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 factors, for which the IMsCompositeFormulaTerm.Included property is set to True.
To update the value of IncludedExplanatories, use IMsDiagnosticTestSettings.RefreshIncluded.
The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.
See also: