IDmMethod.Kind

Fore Syntax

Kind: DmMethodKind;

Fore.NET Syntax

Kind: Prognoz.Platform.Interop.Stat.DmMethodKind;

Description

The Kind property determines a data mining type.

Comments

Specific settings of each type of analysis are determined by the IDmMethod.Details property.

Fore and Fore.NET Examples

The property use is given in the example for IDmMethod.Execute.

See also:

IDmMethod