UseR: Boolean;
UseR: boolean;
The UseR property determines whether connection to R is used on diagnostic test calculation.
To get information about whether diagnostic test can be calculated by means of R, use the IMsDiagnosticTestSettings.SupportsR property.
Available values of UseR:
True. Diagnostic test is calculated by means of R. To do this, integration with R must be set up in repository. For more details about integration setup see the How to Set Up Integration with R? section.
False. Diagnostic test is calculated by means of Foresight Analytics Platform.
The property use is given in the example for IMsDiagnosticTestResults.CoefficientsNames.
See also: