IMsDiagnosticTest.Settings

Fore Syntax

Settings: IMsDiagnosticTestSettings;

Fore.NET Syntax

Settings: Prognoz.Platform.Interop.Ms.IMsDiagnosticTestSettings;

Description

The Settings property returns parameters of the test execution.

Comments

The Settings property returns basic parameters of all tests. For setting of special type test, cast the returned object to one of the interfaces:

Fore Example

The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.

See also:

IMsDiagnosticTest