IExpressModeller.CreateClusterAnalysisSettings

Fore syntax

CreateClusterAnalysisSettings: IEmClusterAnalysisSettings;

Fore.NET syntax

CreateClusterAnalysisSettings(): Prognoz.Platform.Interop.Modeller.IEmClusterAnalysisSettings;

Description

The CreateClusterAnalysisSettings method creates an object that determines Hierarchical Cluster Analysis method calculation parameters.

Comments

Use the IExpressModeller.EvaluateMethod method for calculation.

Fore and Fore.NET examples

The method use is given in the example for IEmClusterAnalysisSettings.ClusterObjects.

See also:

IExpressModeller