ISlSeriesInt.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Categorical data series index in the collection.

Description

The Remove method removes a categorical data series from the collection by its index.

Comments

To get parameters of a categorical data series by its index, use the ISlSeriesInt.Item property.

Example

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

See also:

ISlSeriesInt