Show contents 

Stat Assembly > Stat Assembly Interfaces > ISmDecisionTree > ISmDecisionTree.FinallyExplained

ISmDecisionTree.FinallyExplained

Fore Syntax

FinallyExplained: Array;

Fore.NET Syntax

FinallyExplained: System.Array;

Description

The FinallyExplained property returns the series after missing data treatment.

Comments

The property is outdated, use IDataMining.FilledDependent.

Use the ISmDecisionTree.Tree property to get the decision tree used for missing values substitution.

See also:

ISmDecisionTree