ISmDecisionTree.FilledLearningSample

Syntax

FilledLearningSample: Array;

Description

The FilledLearningSample property returns classification results of training set.

Comments

These results are used to estimate model quality. The FilledLearningSample property returns classification for all objects.

Pay attention to the fact that on calculation only non-empty values from IDataMining.Dependent will be copied to the IDataMining.FilledDependent property. So that IDataMining.FilledDependent cannot be used to evaluate model quality.

Example

The property use is given in the example for ISmDecisionTree.Tree.

See also:

ISmDecisionTree