ISmRandomForest.Probability

Syntax

Probability: Array;

Description

The Probability property returns two-dimensional array of probabilities which determine whether observations are assigned to the selected categories.

Comments

To determine an explained series, use the ISmRandomForest.Dependent property.

Example

The property use is given in the example for ISmRandomForest.FilledDependent.

See also:

ISmRandomForest