ISlSeriesInt.Item

Syntax

Item(Index: Integer): 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.

Example

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

See also:

ISlSeriesInt