IMsDiagnosticTest.Settings

Fore Syntax

Settings: IMsDiagnosticTestSettings;

Fore.NET Syntax

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

Description

The Settings property returns test execution parameters.

Comments

The Settings property returns base parameters of all tests. To set up a special type of 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