ISlSeriesInt.Item

Fore Syntax

Item(Index: Integer): ISlSerieInt;

Fore.NET Syntax

Item(Index: integer): Fore syntax
Serie: ISlSerie;ISlSerieInt;

Parameters

Index. Categorical data series index in the collection.

Description

The Item property returns parameters of a categorical data series by its index.

Comments

To get the number of categorical data series in the collection, use the ISlSeriesInt.Count property.

Fore and Fore.NET Examples

The property use is given in the example for ISmRandomForest.Forest.

See also:

ISlSeriesInt