Stat Assembly > Stat Assembly Interfaces > ISmRandomForest > ISmRandomForest.Probability
Probability: Array;
Probability: System.Array;
The Probability property returns two-dimensional array of probabilities which determine whether observations are assigned to the selected categories.
To determine an explained series, use the ISmRandomForest.Dependent property.
The property use is given in the example for ISmRandomForest.FilledDependent.
See also: