ISlSeriesInt.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISlSeriesInt